This Plugin is designed to make your life easier by helping you manage your server.
With just a single command you can switch between "Normal-Mode" and "Staff-Mode".
Once in "Staff-Mode" a player is able to use the most complex of commands by clicking with the corresponding item.
When you put the plugin on your server you can start controlling and organizing with ease.
If you are finished with punishing some cheaters or restoring a corrupted chunk just
switch back to "Normal-Mode". You can continue efficiently without interruption due to the restoration of your inventory.
All commands and items are of course easily customizable via the configuration file or the use of ingame-commands.
Upon installing the ZincStaff Plugin you should put the "Staff-Mode" inventory together.
Use the "/zstaff save" command to save your hotbar to the configuration file.
Then switch to an editor of your choice and edit the configuration file to your likings.
The "/zstaff reload" command allows you to conveniently reload the configuration file without the need of restarting your server.
Once you are finished setting ZincStaff up, you can now enjoy the stunning experience of a never before seen Administration Tool.
You can substitute "/zstaff" with "/zincstaff" and "/mod"
New:
Admin Commands (you can substitute "/sc" with "/staffcommands" and "/staffc"):
New:
# ***** Flags *****
# true: commands will run from console (run command regardless of player permissions)
# commands may require a different syntax when run from console
# false: commands will be run by the player (will check player permissions)
run-commands-from-console: false
# Should staff mode be removed on player death
remove-mod-mode-on-death: false
# If you change to Staff-Mode you will be put into creative mode
# When you switch back you will be put into survival mode
change-gamemode-on-switch
# Prevents players in Staff-Mode of hurting mobs
staff-mode-prevent-hurt-mobs
# Players in Staff-Mode cannot break or place blocks
staff-mode-prevent-building
# ***** Commands *****
# 1-9 are the hotbar slots
# Arguments are seperated by whitespace (" ")
# Note: colors are encoded with "&"
# eg. "say &7Hello" to say "Hello" in a golden color
# Type "EMPTY" for no command to be executes (eg. a slot without an item)
# If you are finished editing restart your server or use "/mod reload" in-game
# Use %me% to refer to the player in mod-mode that used the item
# Use %player% for the right-clicked player
# ask me if you want more replacements :P
commands:
'1': tp %me% 0 200 0
'2': invsee %player%
'3': EMPTY
'4': EMPTY
'5': v %me%
'6': EMPTY
'7': EMPTY
'8': kill %player%
'9': ss %player%
# ***** Items *****
# Do not modify this section in the config (unless you don't break anything :P )
# Use "/zstaff save" in-game to save your hotbar
# (in case you're wondering "\xa7" stands for "§" and is used with color codes etc)
items:
'1':
==: org.bukkit.inventory.ItemStack
type: WATCH
meta:
==: ItemMeta
meta-type: UNSPECIFIC
display-name: "\xa75\xa7kII\xa75\xa7nTeleporter \xa7d\xa7nClock\xa7kII"
repair-cost: 1
'2':
==: org.bukkit.inventory.ItemStack
type: CHEST
meta:
==: ItemMeta
meta-type: UNSPECIFIC
display-name: "\xa76Inventory Watcher"
repair-cost: 1
'3':
==: org.bukkit.inventory.ItemStack
type: AIR
'4':
==: org.bukkit.inventory.ItemStack
type: AIR
'5':
==: org.bukkit.inventory.ItemStack
type: NETHER_STAR
meta:
==: ItemMeta
meta-type: UNSPECIFIC
display-name: "\xa78I\xa77n\xa78v\xa77i\xa78s\xa77i\xa78b\xa77i\xa78l\xa77i\xa78t\xa77y \xa7fCharm"
repair-cost: 1
'6':
==: org.bukkit.inventory.ItemStack
type: AIR
'7':
==: org.bukkit.inventory.ItemStack
type: AIR
'8':
==: org.bukkit.inventory.ItemStack
type: DIAMOND_SWORD
meta:
==: ItemMeta
meta-type: UNSPECIFIC
display-name: "\xa76\xa7lOHKO \xa7730% Accuracy"
lore:
- Legends has it that only
- the fiercest of them all
- can wield a sword as mighty
- as the Horn Drill Ponyta
enchants:
DAMAGE_ALL: 100
Unbreakable: true
'9':
==: org.bukkit.inventory.ItemStack
type: IRON_INGOT
meta:
==: ItemMeta
meta-type: UNSPECIFIC
display-name: "\xa77Very \xa74very \xa7f\xa7lHeavy"
Be careful when editing the Items section as to not corrupt your configuration file.
If you have any questions feel free to ask me.
I am happy to receive suggestions.
(I'm also open for suggestions to other plugins, if you want something specific :P)