Added a new Item Editor GUI tool to the Main Menu. Features include: item renaming, adding and removing enchantments, adding and removing lore, and item repairing.
Redesigned the tools layout into 3 separate menus: Main Menu, Player Menu, and Server | Plugin Menu. If issues occur when opening the Main Menu after updating, delete the Tools.yml file, restart your server, and contact me.
Added the ability to disable the /home and /sethome commands in Config.yml. NOTE: This feature is currently under testing. If you find a bug, please report it!
Added support for the Folia engine, tested on version 1.21.4. NOTE: Some features have been disabled due to Folia engine limitations. Additionally, some functions may still not work correctly or may generate errors.
NOTE: LuckPerms does not fully support the new permission system yet. Currently, it only adds and manages the main permission:
admintools.worldmanager.all – Grants access to all tools and commands in WorldManager.
Added home tools, /home and /sethome commands Permissions: admintools.tools.home [T/C] - Teleport to home location admintools.tools.sethome [T/C] - Set / delete home location
Added spawn tools, /spawn and /sethome commands Permissions: admintools.tools.spawn [T/C] - Teleport to spawn location admintools.tools.setspawn [T/C] - Set / delete spawn location
From now GUI Admin Tools Premium can be as Vault Economy provider. !!! SERVICE IS DEFAULT ON. IF YOU ARE USING OTHER ECONOMY PROVIDER SET "EconomyProvider" IN Config.yml TO 'false' !!!
# Flags are working on whole server without WorldEdit and WorldGuard FLAGS:
PLACE_BLOCK: true
BREAK_BLOCK: true
CHAT: true
PVP: true
MOB_SPAWN: true
DROP_ITEM: true
PICKUP_ITEM: true
colorCode: true
Code (YAML):
# Send message to administrator about update available while joining to server. # Permission: admintools.update UPDATE_INFO_ON_JOIN: true
# ON / OFF sending messages after using tools MESSAGE_OPTION: true
MESSAGES:
NO_PERMISSION: '&cNO PERMISSION'
# Basic / player tools HEAL_ME: '&2HEALED YOU!'
HEAL_PLAYER: '&2HEALED &l
%PLAYER%' WALK_SPEED: '&2YOUR WALK SPEED
: &l%SPEED%' FLY_SPEED: '&2YOUR FLY SPEED
: &l%SPEED%' FLY: '&2FLY:&l
%SET%' FLY_PLAYER: '&2FLY:&l
%SET% FOR %PLAYER%' GOD: '&2GOD
: &l%SET%' GOD_PLAYER: '&2GOD
: &l%SET% FOR
%PLAYER%!' GAMEMODE: '&2GAMEMODE
: &l%MODE%' GAMEMODE_PLAYER: '&2GAMEMODE
: &l%MODE% &r&2FOR &l
%PLAYER%' POTION_EFFECT: '&2NEW POTION EFFECT
: &l%EFFECT%' POTION_EFFECT_CLEAR: '&2POTION EFFECT CLEARED'
ADD_EXP: '&2ADDED
%EXP% TO YOUR EXPERIENCE' ADD_EXP_PLAYER: '&2ADDED
%EXP% FOR %PLAYER%' RESET_EXP: '&2RESET YOUR EXPERIENCE'
RESET_EXP_PLAYER: '&2RESET
%PLAYER% EXPERIENCE' REPAIR_ITEMS: '&2REPAIRED YOUR ITEMS'
REPAIR_ITEMS_PLAYER: '&2REPAIRED ITEMS
%PLAYER%' NEW_SET: '&2DRESSED &l
%TYPE% &r&2SET' SAVE_MY_EQ: '&2YOUR EQ WAS SAVED'
KICK_ALL: '&2KICKED
ALL PLAYERS!'
TOP: '&2YOU ARE ON HIGHEST BLOCK'
TOP_PLAYER: '&2
%PLAYER% IS ON HIGHEST BLOCK' TPPOS: '&2TELEPORTED TO
: %LOCATION%' KILL: '&2KILLED
: &l%PLAYER%' KICK: '&2KICKED
: &l%PLAYER%' BAN: '&2BANNED
: &l%PLAYER%' UNBAN: '&2UNBAN
: &l%PLAYER%' TP: '&2TELEPORTED TO
: &l%PLAYER%' TP_TO_ME: '&2&l
%PLAYER% &r&2WAS TELEPORTED TO YOU' CLEAR_MY_INV: '&2YOUR INVENTORY WAS CLEARED'
CLEAR_INV: '&2INVENTORY&l
%PLAYER% &r&2WAS CLEARED' MUTE_PLAYER: '&2MUTE &l
%PLAYER%' UNMUTE_PLAYER: '&2UNMUTE &l
%PLAYER%' OP_PLAYER: '&2MADE &l
%PLAYER% &r&2A SERVER OPERATOR' OP: '&2YOU ARE NOW OPERATOR'
DEOP_PLAYER: '&2MADE &l
%PLAYER% &r&2NO LONGER A SERVER OPERATOR' DEOP: '&2YOU ARE
NO LONGER OPERATOR'
# World tools SET_TIME: '&2TIME
: &l%TIME%' LOCK_TIME: '&2TIME
: &l%STATUS%' LOCK_WEATHER: '&2WEATHER
: &l%STATUS%' SET_WEATHER: '&2WEATHER
: &l%WEATHER%' TP_WORLDS: '&2TELEPORTED TO
: &l%NAME%' TP_WORLDS_PLAYER: '&2TELEPORTED &l
%PLAYER% &r&2TO: &l%NAME%' CREATED_NEW_WORLD: '&2CREATED NEW CUSTOM WORLD
: &l%NAME%' SET_WORLD_SPAWN: '&2SET NEW WORLD SPAWN'
REMOVE_WORLD: '&2REMOVED WORLD
: &l%NAME%' WRONG_WORLD: '&2YOU ARE IN THE WRONG WORLD'
# Economy manager GIVE_MONEY: '&2GIVE MONEY TO &l
%PLAYER%' TAKE_MONEY: '&2TAKE MONEY FORM &l
%PLAYER%' RESET_BALANCE: '&2RESET &l
%PLAYER% &r&2BALANCE'
# Server tools RELOAD: '&2RELOAD SERVER'
STOP: '&2STOP SERVER'
CHAT_CLEARED: '&2CHAT WAS CLEARED'
MOB_SPAWN: '&2SPAWNED
: &l%TYPE%' WRONG_NAME: '&cWRONG NAME'
# Kit system GET_KIT: '&2YOU JUST GOT KIT'
CREATE_KIT: '&2CREATED NEW KIT'
REMOVE_KIT: '&2REMOVED KIT'
# Flags PLACE_BLOCK_FLAG: '&2PLACE BLOCK FLAG
: &l%SET%' BREAK_BLOCK_FLAG: '&2BREAK BLOCK FLAG
: &l%SET%' CHAT_FLAG: '&2CHAT FLAG
: &l%SET%' PVP_FLAG: '&2PVP FLAG
: &l%SET%' MOB_SPAWN_FLAG: '&2MOB SPAWN FLAG
: &l%SET%' DROP_ITEM_FLAG: '&2DROP ITEM FLAG
: &l%SET%' PICKUP_ITEM_FLAG: '&2PICKUP ITEM FLAG
: &l%SET%'
# Region REGION_POS1: '&2SET POS1 IN REGION &l
%REGION%' REGION_POS2: '&2SET POS2 IN REGION &l
%REGION%' REGION_REMOVE: '&2REMOVED REGION &l
%REGION%'