magic stick queues up to remove item from inventory

This commit is contained in:
SuperRonanCraft
2020-11-20 16:58:15 -05:00
parent 5ce3a43d87
commit 406d6b1316
8 changed files with 94 additions and 10 deletions

View File

@@ -5,5 +5,6 @@ public enum RTP_TYPE {
FORCED, //Player was forced to rtp (/rtp player <player>)
JOIN, //Player joined and was rtp'd automatically
ADDON, //Player RTP'd from the external addons plugin
ADDON_PORTAL //Player RTP'd from the external addons (Portals)
ADDON_PORTAL, //Player RTP'd from the external addons (Portals)
ADDON_MAGICSTICK, //Player RTP'd from the external addons (MagicStick)
}