Paste #27574: Denizen Debug Logs From

Date: 2015/12/30 10:37:41 UTC-08:00
Type: Server Log

View Raw Paste Download This Paste
Copy Link


Java Version: 1.7.0_01
Up-time: 4d 4h
CraftBukkit Version: git-Spigot-fdc1440-53fac9f (MC: 1.8.8)
Denizen Version: Core: 1.10 (Build Unknown), CraftBukkit: 0.9.7-SNAPSHOT (build 1600)
Active Plugins (11): Vault: 1.5.6-b49, WorldEdit: 6.1;no_git_id, ScrollingMenuSign: 3.0.1, WorldGuard: 6.1, 
CreateYourOwnMenus: 0.5.9, PermissionsBukkit: 2.4, Citizens: 2.0.16-SNAPSHOT (build 1276), 
Magic: 5.3.1, Denizen: 0.9.7-SNAPSHOT (build 1600), Sentry: 1.8.5, Depenizen: 0.2.2 (build 268),
Loaded Worlds (3): world, world_nether, world_the_end
Online Players (1): tribness(tribness)
Offline Players: 3
Mode: online

18:38:55 [INFO] +> Executing 'Event': Type='on player clicks in inventory'  
                   Container='BOUNDED_ITEMS(WORLD)'  
                   player=p@tribnessContext='{is_shift_click=false, 
                   hotbar_button=-1, 
                   inventory=in@location[holder=l@-979.0,63.0,972.0,world], 
                   item=i@ARROW_OF_EXPLOSION[display_name=Arrow of 
                   explosion;lore=Shoot an arrow that will|that will create an 
                   explosion|after a brief delay˙quantity=64], 
                   action=PICKUP_ALL, click=LEFT, raw_slot=58, slot=4, 
                   slot_type=QUICKBAR, cursor_item=i@air}' 
18:38:55 [INFO] +- Building event 'ON PLAYER CLICKS IN INVENTORY' for 
                   BOUNDED_ITEMS ---------+ 
18:38:55 [INFO]  Starting InstantQueue 'BOUNDED_ITEMS_SculptureGnuTheology'... 
18:38:55 [INFO]  Queue 'BOUNDED_ITEMS_SculptureGnuTheology' Executing: IF 
                   "<player.flag[bound].as_list.contains[<context.item.simple>]>" 
                   "&&" "<context.inventory.id_type.is[==].to[generic].not>" "{" 
                   "-" "if" "<context.action>" "==" "DROP_ALL_CURSOR" "||" 
                   "<context.action>" "==" "DROP_ONE_CURSOR" "{" "-" "determine" 
                   "cancelled" "}" 
18:38:55 [INFO] +- Executing dCommand: IF/p@tribness ---------+ 
18:38:55 [INFO] +> Executing 'IF': use_braces='true' 
18:38:55 [INFO]  Filled tag <context.item.simple> with 'i@ARROW_OF_EXPLOSION'. 
18:38:55 [INFO]  Filled tag 
                   <player.flag[bound].as_list.contains[i@ARROW_OF_EXPLOSION]> 
                   with 'true'. 
18:38:55 [INFO]  Filled tag <context.inventory.id_type.is[==].to[generic].not> 
                   with 'true'. 
18:38:55 [INFO]  ERROR in script 'BOUNDED_ITEMS'! Woah!! An exception has been 
                   called with this command! 
18:38:55 [INFO]  ERROR in script 'BOUNDED_ITEMS'! Internal exception was 
                   thrown! 
18:38:55 [SEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
18:38:55 [SEVERE] java.util.ArrayList.rangeCheck(Unknown Source)
18:38:55 [SEVERE] java.util.ArrayList.get(Unknown Source)
18:38:55 [SEVERE] net.aufdemrand.denizencore.scripts.commands.core.IfCommand.execute(IfCommand.java:106)
18:38:55 [SEVERE] net.aufdemrand.denizencore.scripts.commands.CommandExecuter.execute(CommandExecuter.java:236)
18:38:55 [SEVERE] net.aufdemrand.denizencore.scripts.queues.ScriptEngine.revolve(ScriptEngine.java:52)
18:38:55 [SEVERE] net.aufdemrand.denizencore.scripts.queues.ScriptQueue.revolve(ScriptQueue.java:655)
18:38:55 [SEVERE] net.aufdemrand.denizencore.scripts.queues.core.InstantQueue.onStart(InstantQueue.java:57)
18:38:55 [SEVERE] net.aufdemrand.denizencore.scripts.queues.ScriptQueue$1.run(ScriptQueue.java:491)
18:38:55 [SEVERE] net.aufdemrand.denizencore.scripts.queues.ScriptQueue.start(ScriptQueue.java:510)
18:38:55 [SEVERE] net.aufdemrand.denizencore.events.OldEventManager.doEvents(OldEventManager.java:231)
18:38:55 [SEVERE] net.aufdemrand.denizencore.events.OldEventManager.doEvents(OldEventManager.java:182)
18:38:55 [SEVERE] net.aufdemrand.denizen.scripts.containers.core.BukkitWorldScriptHelper.doEvents(BukkitWorldScriptHelper.java:49)
18:38:55 [SEVERE] net.aufdemrand.denizen.scripts.containers.core.BukkitWorldScriptHelper.inventoryClickEvent(BukkitWorldScriptHelper.java:386)
18:38:55 [SEVERE] sun.reflect.GeneratedMethodAccessor257.invoke(Unknown Source)
18:38:55 [SEVERE] sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
18:38:55 [SEVERE] java.lang.reflect.Method.invoke(Unknown Source)
18:38:55 [SEVERE] org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
18:38:55 [SEVERE] org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
18:38:55 [SEVERE] org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
18:38:55 [SEVERE] org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
18:38:55 [SEVERE] net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630)
18:38:55 [SEVERE] net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31)
18:38:55 [SEVERE] net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9)
18:38:55 [SEVERE] net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
18:38:55 [SEVERE] java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
18:38:55 [SEVERE] java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
18:38:55 [SEVERE] java.util.concurrent.FutureTask.run(Unknown Source)
18:38:55 [SEVERE] net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
18:38:55 [SEVERE] net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714)
18:38:55 [SEVERE] net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
18:38:55 [SEVERE] net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653)
18:38:55 [SEVERE] net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556)
18:38:55 [SEVERE] java.lang.Thread.run(Unknown Source)
18:38:55 [INFO] +> [Denizen] (Attempted: IF 
                   "<player.flag[bound].as_list.contains[<context.item.simple>]>" 
                   "&&" "<context.inventory.id_type.is[==].to[generic].not>" "{" 
                   "-" "if" "<context.action>" "==" "DROP_ALL_CURSOR" "||" 
                   "<context.action>" "==" "DROP_ONE_CURSOR" "{" "-" "determine" 
                   "cancelled" "}") 
18:38:55 [INFO] +---------------------+ 
18:38:55 [INFO]  Queue 'BOUNDED_ITEMS_SculptureGnuTheology' Executing: IF 
                   "<player.flag[bound].as_list.contains[<context.item.simple>]>" 
                   "&&" "<context.inventory.id_type.is[==].to[generic]>" "{" "-" 
                   "if" "<context.action>" "==" "DROP_ALL_CURSOR" "||" 
                   "<context.action>" "==" "DROP_ONE_CURSOR" "{" "-" "determine" 
                   "cancelled" "}" "}" 
18:38:55 [INFO] +- Executing dCommand: IF/p@tribness ---------+ 
18:38:55 [INFO] +> Executing 'IF': use_braces='true' 
18:38:55 [INFO]  Filled tag <context.item.simple> with 'i@ARROW_OF_EXPLOSION'. 
18:38:55 [INFO]  Filled tag 
                   <player.flag[bound].as_list.contains[i@ARROW_OF_EXPLOSION]> 
                   with 'true'. 
18:38:55 [INFO]  Filled tag <context.inventory.id_type.is[==].to[generic]> 
                   with 'false'. 
18:38:55 [INFO]  Completing queue 'BOUNDED_ITEMS_SculptureGnuTheology' in 2ms. 
18:38:56 [INFO] +> Executing 'Event': Type='on player clicks in inventory'  
                   Container='BOUNDED_ITEMS(WORLD)'  
                   player=p@tribnessContext='{is_shift_click=false, 
                   hotbar_button=-1, 
                   inventory=in@location[holder=l@-979.0,63.0,972.0,world], 
                   item=i@air, action=PLACE_ALL, click=LEFT, raw_slot=13, 
                   slot=13, slot_type=CONTAINER, 
                   cursor_item=i@ARROW_OF_EXPLOSION[display_name=Arrow of 
                   explosion;lore=Shoot an arrow that will|that will create an 
                   explosion|after a brief delay&dot;quantity=64]}' 
18:38:56 [INFO] +- Building event 'ON PLAYER CLICKS IN INVENTORY' for 
                   BOUNDED_ITEMS ---------+ 
18:38:56 [INFO]  Starting InstantQueue 
                   'BOUNDED_ITEMS_AssessedFlorenceLotus'... 
18:38:56 [INFO]  Queue 'BOUNDED_ITEMS_AssessedFlorenceLotus' Executing: IF 
                   "<player.flag[bound].as_list.contains[<context.item.simple>]>" 
                   "&&" "<context.inventory.id_type.is[==].to[generic].not>" "{" 
                   "-" "if" "<context.action>" "==" "DROP_ALL_CURSOR" "||" 
                   "<context.action>" "==" "DROP_ONE_CURSOR" "{" "-" "determine" 
                   "cancelled" "}" 
18:38:56 [INFO] +- Executing dCommand: IF/p@tribness ---------+ 
18:38:56 [INFO] +> Executing 'IF': use_braces='true' 
18:38:56 [INFO]  Filled tag <context.item.simple> with 'i@air'. 
18:38:56 [INFO]  Filled tag <player.flag[bound].as_list.contains[i@air]> with 
                   'false'. 
18:38:56 [INFO]  Queue 'BOUNDED_ITEMS_AssessedFlorenceLotus' Executing: IF 
                   "<player.flag[bound].as_list.contains[<context.item.simple>]>" 
                   "&&" "<context.inventory.id_type.is[==].to[generic]>" "{" "-" 
                   "if" "<context.action>" "==" "DROP_ALL_CURSOR" "||" 
                   "<context.action>" "==" "DROP_ONE_CURSOR" "{" "-" "determine" 
                   "cancelled" "}" "}" 
18:38:56 [INFO] +- Executing dCommand: IF/p@tribness ---------+ 
18:38:56 [INFO] +> Executing 'IF': use_braces='true' 
18:38:56 [INFO]  Filled tag <context.item.simple> with 'i@air'. 
18:38:56 [INFO]  Filled tag <player.flag[bound].as_list.contains[i@air]> with 
                   'false'. 
18:38:56 [INFO]  Completing queue 'BOUNDED_ITEMS_AssessedFlorenceLotus' in 
                   1ms. 
18:38:58 [INFO] +> Executing 'Event': Type='on player clicks in inventory'  
                   Container='BOUNDED_ITEMS(WORLD)'  
                   player=p@tribnessContext='{is_shift_click=false, 
                   hotbar_button=-1, 
                   inventory=in@location[holder=l@-979.0,63.0,972.0,world], 
                   item=i@ARROW_OF_EXPLOSION[display_name=Arrow of 
                   explosion;lore=Shoot an arrow that will|that will create an 
                   explosion|after a brief delay&dot;quantity=64], 
                   action=PICKUP_ALL, click=LEFT, raw_slot=13, slot=13, 
                   slot_type=CONTAINER, cursor_item=i@air}' 
18:38:58 [INFO] +- Building event 'ON PLAYER CLICKS IN INVENTORY' for 
                   BOUNDED_ITEMS ---------+ 
18:38:58 [INFO]  Starting InstantQueue 'BOUNDED_ITEMS_BearDropCommissions'... 
18:38:58 [INFO]  Queue 'BOUNDED_ITEMS_BearDropCommissions' Executing: IF 
                   "<player.flag[bound].as_list.contains[<context.item.simple>]>" 
                   "&&" "<context.inventory.id_type.is[==].to[generic].not>" "{" 
                   "-" "if" "<context.action>" "==" "DROP_ALL_CURSOR" "||" 
                   "<context.action>" "==" "DROP_ONE_CURSOR" "{" "-" "determine" 
                   "cancelled" "}" 
18:38:58 [INFO] +- Executing dCommand: IF/p@tribness ---------+ 
18:38:58 [INFO] +> Executing 'IF': use_braces='true' 
18:38:58 [INFO]  Filled tag <context.item.simple> with 'i@ARROW_OF_EXPLOSION'. 
18:38:58 [INFO]  Filled tag 
                   <player.flag[bound].as_list.contains[i@ARROW_OF_EXPLOSION]> 
                   with 'true'. 
18:38:58 [INFO]  Filled tag <context.inventory.id_type.is[==].to[generic].not> 
                   with 'true'. 
18:38:58 [INFO]  ERROR in script 'BOUNDED_ITEMS'! Woah!! An exception has been 
                   called with this command! 
18:38:58 [INFO]  ERROR in script 'BOUNDED_ITEMS'! Internal exception was 
                   thrown! 
18:38:58 [SEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
18:38:58 [SEVERE] java.util.ArrayList.rangeCheck(Unknown Source)
18:38:58 [SEVERE] java.util.ArrayList.get(Unknown Source)
18:38:58 [SEVERE] net.aufdemrand.denizencore.scripts.commands.core.IfCommand.execute(IfCommand.java:106)
18:38:58 [SEVERE] net.aufdemrand.denizencore.scripts.commands.CommandExecuter.execute(CommandExecuter.java:236)
18:38:58 [SEVERE] net.aufdemrand.denizencore.scripts.queues.ScriptEngine.revolve(ScriptEngine.java:52)
18:38:58 [SEVERE] net.aufdemrand.denizencore.scripts.queues.ScriptQueue.revolve(ScriptQueue.java:655)
18:38:58 [SEVERE] net.aufdemrand.denizencore.scripts.queues.core.InstantQueue.onStart(InstantQueue.java:57)
18:38:58 [SEVERE] net.aufdemrand.denizencore.scripts.queues.ScriptQueue$1.run(ScriptQueue.java:491)
18:38:58 [SEVERE] net.aufdemrand.denizencore.scripts.queues.ScriptQueue.start(ScriptQueue.java:510)
18:38:58 [SEVERE] net.aufdemrand.denizencore.events.OldEventManager.doEvents(OldEventManager.java:231)
18:38:58 [SEVERE] net.aufdemrand.denizencore.events.OldEventManager.doEvents(OldEventManager.java:182)
18:38:58 [SEVERE] net.aufdemrand.denizen.scripts.containers.core.BukkitWorldScriptHelper.doEvents(BukkitWorldScriptHelper.java:49)
18:38:58 [SEVERE] net.aufdemrand.denizen.scripts.containers.core.BukkitWorldScriptHelper.inventoryClickEvent(BukkitWorldScriptHelper.java:386)
18:38:58 [SEVERE] sun.reflect.GeneratedMethodAccessor257.invoke(Unknown Source)
18:38:58 [SEVERE] sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
18:38:58 [SEVERE] java.lang.reflect.Method.invoke(Unknown Source)
18:38:58 [SEVERE] org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
18:38:58 [SEVERE] org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
18:38:58 [SEVERE] org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
18:38:58 [SEVERE] org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
18:38:58 [SEVERE] net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630)
18:38:58 [SEVERE] net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31)
18:38:58 [SEVERE] net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9)
18:38:58 [SEVERE] net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
18:38:58 [SEVERE] java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
18:38:58 [SEVERE] java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
18:38:58 [SEVERE] java.util.concurrent.FutureTask.run(Unknown Source)
18:38:58 [SEVERE] net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
18:38:58 [SEVERE] net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714)
18:38:58 [SEVERE] net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
18:38:58 [SEVERE] net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653)
18:38:58 [SEVERE] net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556)
18:38:58 [SEVERE] java.lang.Thread.run(Unknown Source)
18:38:58 [INFO] +> [Denizen] (Attempted: IF 
                   "<player.flag[bound].as_list.contains[<context.item.simple>]>" 
                   "&&" "<context.inventory.id_type.is[==].to[generic].not>" "{" 
                   "-" "if" "<context.action>" "==" "DROP_ALL_CURSOR" "||" 
                   "<context.action>" "==" "DROP_ONE_CURSOR" "{" "-" "determine" 
                   "cancelled" "}") 
18:38:58 [INFO] +---------------------+ 
18:38:58 [INFO]  Queue 'BOUNDED_ITEMS_BearDropCommissions' Executing: IF 
                   "<player.flag[bound].as_list.contains[<context.item.simple>]>" 
                   "&&" "<context.inventory.id_type.is[==].to[generic]>" "{" "-" 
                   "if" "<context.action>" "==" "DROP_ALL_CURSOR" "||" 
                   "<context.action>" "==" "DROP_ONE_CURSOR" "{" "-" "determine" 
                   "cancelled" "}" "}" 
18:38:58 [INFO] +- Executing dCommand: IF/p@tribness ---------+ 
18:38:58 [INFO] +> Executing 'IF': use_braces='true' 
18:38:58 [INFO]  Filled tag <context.item.simple> with 'i@ARROW_OF_EXPLOSION'. 
18:38:58 [INFO]  Filled tag 
                   <player.flag[bound].as_list.contains[i@ARROW_OF_EXPLOSION]> 
                   with 'true'. 
18:38:58 [INFO]  Filled tag <context.inventory.id_type.is[==].to[generic]> 
                   with 'false'. 
18:38:58 [INFO]  Completing queue 'BOUNDED_ITEMS_BearDropCommissions' in 3ms. 
18:38:59 [INFO] +> Executing 'Event': Type='on player clicks in inventory'  
                   Container='BOUNDED_ITEMS(WORLD)'  
                   player=p@tribnessContext='{is_shift_click=false, 
                   hotbar_button=-1, 
                   inventory=in@location[holder=l@-979.0,63.0,972.0,world], 
                   item=i@air, action=PLACE_ALL, click=LEFT, raw_slot=58, slot=4, 
                   slot_type=QUICKBAR, 
                   cursor_item=i@ARROW_OF_EXPLOSION[display_name=Arrow of 
                   explosion;lore=Shoot an arrow that will|that will create an 
                   explosion|after a brief delay&dot;quantity=64]}' 
18:38:59 [INFO] +- Building event 'ON PLAYER CLICKS IN INVENTORY' for 
                   BOUNDED_ITEMS ---------+ 
18:38:59 [INFO]  Starting InstantQueue 'BOUNDED_ITEMS_UneAtiEmployer'... 
18:38:59 [INFO]  Queue 'BOUNDED_ITEMS_UneAtiEmployer' Executing: IF 
                   "<player.flag[bound].as_list.contains[<context.item.simple>]>" 
                   "&&" "<context.inventory.id_type.is[==].to[generic].not>" "{" 
                   "-" "if" "<context.action>" "==" "DROP_ALL_CURSOR" "||" 
                   "<context.action>" "==" "DROP_ONE_CURSOR" "{" "-" "determine" 
                   "cancelled" "}" 
18:38:59 [INFO] +- Executing dCommand: IF/p@tribness ---------+ 
18:38:59 [INFO] +> Executing 'IF': use_braces='true' 
18:38:59 [INFO]  Filled tag <context.item.simple> with 'i@air'. 
18:38:59 [INFO]  Filled tag <player.flag[bound].as_list.contains[i@air]> with 
                   'false'. 
18:38:59 [INFO]  Queue 'BOUNDED_ITEMS_UneAtiEmployer' Executing: IF 
                   "<player.flag[bound].as_list.contains[<context.item.simple>]>" 
                   "&&" "<context.inventory.id_type.is[==].to[generic]>" "{" "-" 
                   "if" "<context.action>" "==" "DROP_ALL_CURSOR" "||" 
                   "<context.action>" "==" "DROP_ONE_CURSOR" "{" "-" "determine" 
                   "cancelled" "}" "}" 
18:38:59 [INFO] +- Executing dCommand: IF/p@tribness ---------+ 
18:38:59 [INFO] +> Executing 'IF': use_braces='true' 
18:38:59 [INFO]  Filled tag <context.item.simple> with 'i@air'. 
18:38:59 [INFO]  Filled tag <player.flag[bound].as_list.contains[i@air]> with 
                   'false'. 
18:38:59 [INFO]  Completing queue 'BOUNDED_ITEMS_UneAtiEmployer' in 1ms. 
18:39:00 [INFO]  Running script event 'PlayerClosesInv', event='player closes 
                   inventory' for script 'SPECIAL_WEAPONS' 
18:39:00 [INFO]  Starting InstantQueue 
                   'SPECIAL_WEAPONS_HighlightedDriverToll'... 
18:39:00 [INFO]  Queue 'SPECIAL_WEAPONS_HighlightedDriverToll' Executing: 
                   ANNOUNCE "<c.inventory.list_contents>" 
18:39:00 [INFO] +- Executing dCommand: ANNOUNCE/p@tribness ---------+ 
18:39:00 [INFO]  Filled tag <c.inventory.list_contents> with 'li@'. 
18:39:00 [INFO] +> Executing 'ANNOUNCE': Message='li@'  Type='ALL' 
18:39:00 [INFO]  Queue 'SPECIAL_WEAPONS_HighlightedDriverToll' Executing: IF 
                   "<player.has_flag[acess_special_weapons]>" "&&" 
                   "<context.inventory.id_type.is[==].to[generic]>" "{" "-" 
                   "define" "pass" "0" "-" "foreach" 
                   "<c.inventory.list_contents>" "{" "-" "if" "<def[value]>" "==" 
                   "i@air" "||" 
                   "<player.flag[bound].as_list.contains[<def[value]>]>" "{" "-" 
                   "define" "pass" "<def[pass].add[1]>" "}" "-" "if" 
                   "<def[pass]>" ">=" "9" "{" "-" "flag" "player" 
                   "acess_special_weapons:!" "-" "flag" "player" 
                   "special_weapons:<c.inventory.l... * snip! * 
18:39:00 [INFO] +- Executing dCommand: IF/p@tribness ---------+ 
18:39:00 [INFO] +> Executing 'IF': use_braces='true' 
18:39:00 [INFO]  Filled tag <player.has_flag[acess_special_weapons]> with 
                   'false'. 
18:39:00 [INFO]  Queue 'SPECIAL_WEAPONS_HighlightedDriverToll' Executing: 
                   QUEUE "clear" 
18:39:00 [INFO] +- Executing dCommand: QUEUE/p@tribness ---------+ 
18:39:00 [INFO] +> Executing 'QUEUE': 
                   queue='q@SPECIAL_WEAPONS_HighlightedDriverToll'  
                   Action='CLEAR' 
18:39:00 [INFO]  Completing queue 'SPECIAL_WEAPONS_HighlightedDriverToll' in 
                   1ms.