-
Notifications
You must be signed in to change notification settings - Fork 47
PotionSelf
Librazy edited this page Dec 21, 2018
·
1 revision
instruction:
/rpgitem power {Item} potionself {cooldownTime} {duration} {amplifier} {type}
effect: Right-click on the {type} potion effect of level {amplifier} for {duration} game moments, and cooldown time. Potions available: See the Potion Effects for details
Attributes:
- cooldownTime
- Type: long
- Default: 20
- Set Status: Required
- Role: Cooling time
- dration
- Type: int
- Default: 20
- Set Status: Required
- Role: Duration
- amplifier
- Type: int
- Default: 1
- Set Status: Required
- Role: Potion effect level
- type
- Type: String
- Default: HARM
- Set Status: Required
- Role: Potion effect: See Potion System for details
- consumption
- Type: int
- Default: 0
- Set status: additional
- Role: Consumption, see the New Consumption System chapter
Example
/rpgitem power testpotionself potionself 100 100 1 speed
Powered by NyaaCat Community.
This wiki is licensed under a Creative Commons Attribution-ShareAlike license (CC BY-SA) version 4.0.