forked from Europia79/HostageArena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.log
24 lines (20 loc) · 1.51 KB
/
error.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2014-07-06 13:48:37 [Server thread][INFO] [BattleArena] v3.9.7.3 enabled!
2014-07-06 13:48:37 [Thread-11][INFO] [BattleArena_v3.9.7.3] can't find a version for the plugin result was DISABLED
2014-07-06 13:48:37 [Server thread][INFO] [HostageArena] Enabling HostageArena v1.1.1-ALPHA
2014-07-06 13:48:37 [Server thread][INFO] [HostageArena] HostageNames = [Hostage, VIP, Jeb]
2014-07-06 13:48:37 [Server thread][INFO] [HostageArena] HostageTypes = [LIBRARIAN, PRIEST, RANDOM]
2014-07-06 13:48:37 [Server thread][INFO] [HostageArena] HostageHP = 3
2014-07-06 13:48:37 [Server thread][INFO] [HostageArena] ExtractionTimer = 30
2014-07-06 13:48:37 [Server thread][INFO] [HostageArena] registering HostageArena class: class mc.euro.extraction.nms.v1_7_R1.HostageArena
2014-07-06 13:48:37 [Server thread][INFO] [HostageArena] Loaded HostageArena arenas: v1
Weird warning: solved with
@ArenaEventHandler (entityMethod="getEntity")
or
@ArenaEventHandler (needsPlayer=false)
[INFO] [BattleArena] v3.9.7.3 enabled!
[INFO] [BattleArena_v3.9.7.3] can't find a version for the plugin result was DISABLED
[INFO] [HostageArena] Enabling HostageArena v1.1.1-SNAPSHOT
[INFO] [HostageArena] registering HostageArena class: class mc.euro.extraction.nms.v1_7_R1.HostageArena
[WARN] class mc.euro.extraction.nms.v1_7_R1.HostageArena. Method onSpawn has multiple methods that return an entity
[WARN] class mc.euro.extraction.nms.v1_7_R1.HostageArena. Use @MatchEventHandler(entityMethod="methodWhichYouWantToUse")
[INFO] [HostageArena] Loaded HostageArena arenas: v1