-
Notifications
You must be signed in to change notification settings - Fork 21
Command Reference
<> indicates a required field. [] indicates an optional field.
- /loot help - Display the PhatLoots Help Page
- /loot help - Display a command's usage
- /loot make - Create a PhatLoot with the given name
- /loot link - Link the target Chest/Dispenser with a PhatLoot
- /loot link hand - Link the item in hand with a PhatLoot
- /loot unlink [Name] - Unlink the target Block from a PhatLoot
- /loot rename - Rename a PhatLoot Collection
- /loot delete - Delete a PhatLoot
If Name is not specified then all PhatLoots that are linked to the target Block will be affected Amount may be a number (100) or range (100-500)
- /loot time [Name] - Set the cooldown time for the specified PhatLoot (Players must wait this amount of time to receive more loot)
- /loot time [Name] never - Set the PhatLoot to only be lootable once per chest
- /loot global [Name] true - Set the specified PhatLoot to a global cooldown (early bird gets the worm)
- /loot global [Name] false - Set the specified PhatLoot to an individual cooldown (worms for everyone)
- /loot autoloot [Name] true - Set the specified PhatLoot to have players automatically loot the items
- /loot autoloot [Name] false - Set the specified PhatLoot to require players to manually take items from the PhatLoot chest
- /loot round [Name] true - Set the specified PhatLoot to round down cooldown times (Daily/Hourly loots)
- /loot round [Name] false - Set the specified PhatLoot to not round down cooldown times
- /loot cost [Name] - Set the cost of looting the specified PhatLoot
- /loot money [Name] - Set the money range to be looted from the specified PhatLoot
- /loot exp [Name] - Set the amount of experience to be gained upon looting the specified PhatLoot
A Parameter starts with the 1 character id
p: The Name of the PhatLoot ex. pEpic
If PhatLoot is not specified then all PhatLoots linked to the target Block will be affected
%: The chance of looting the item ex. %50 or %0.1 (default: 100)
c: The id of the collective loot to specify ex. c1
#: The amount of the item ex. #10 or #1-64 (default: 1)
Use #0 if you want each Loot in a collection to be rolled for individually
d: The data/durability value of the item ex. d5
t: Tier the Item (tiers.yml) ex. t
l: Generate Lore for the Item (lores.yml) ex. l
e: The item enchantment ex. earrow_fire or eauto
Enchantment levels can be added. ex. arrow_fire(2)
- /loot <add|remove> <Item|ID|hand> [Parameter1] [Parameter2]...
- ex. /loot add hand #1-16 nEnderNade %32
- ex. /loot add bow earrow_fire(2) earrow_unlimited %5
- /loot <add|remove> coll [Parameter1] [Parameter2]...
- ex. /loot add coll Weapon %25
- /loot <add|remove> cmd [Parameter1] [Parameter2]... /
To add the looter's name to the command, place within the command
- ex. /loot add cmd %13 /say has found a chest!
- /loot <add|remove> msg [Parameter1] [Parameter2]... -
- ex. /loot add msg cWeapon -Here, take this weapon with you in your travels!
A list of Enchantments may be found at https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html (These are not case sensitive) ex. To add 1 bow enchanted with flaming arrows, at 100% chance of loot, use the command "/loot add bow earrow_fire"
Using auto as an enchantment will automatically enchant the item based on the percentages defined in enchantments.yml
- /loot list - List all PhatLoots
- /loot info [Name] - Open the info GUI of the specified PhatLoot
- /loot give [Title] - Force a Player to loot a specific PhatLoot
- /loot reset - Reset looted times for the target Block
- /loot reset - Reset looted times for the specified PhatLoot
- /loot reset all - Reset looted times for all PhatLoots
- /loot clean - Clean looted times for the target Block
- /loot clean - Clean looted times for the specified PhatLoot
- /loot clean all - Clean looted times for all PhatLoots
- /loot spill - Spills a PhatLoot at your location
- /loot spill [world] [x] [y] [z] - Spills a PhatLoot at the given location
- /loot rl - Reload the PhatLoots Plugin
- Creating Loot Tables
- Editing Loot Tables
- Using the PhatLoots GUI
- Setting Up Mob Loot
- Setting Up Block Loot
- Utilizing Loot Bags
- PhatLoots API
- Loot Options
- Condition List
- YouTube Tutorials