Exception | Description |
---|---|
ArenaComponentUndefined |
Thrown when trying to access with the safeGet* arena getters
an undefined component.
|
ArenaDeleteException |
Thrown when the removal of an arenas .json file failed.
|
ArenaSaveException |
Thrown when the creation of a .json arena file failed.
|
ArenasFolderException |
Thrown when the creation of the root directory
of all .json arenas files failed.
|
DACException | |
IncompleteArena |
Thrown when trying to start a stage in an incomplete arena.
|
InvalidSelectorForRegion |
Thrown when trying to select a shape with an invalid worldedit selector.
|
PoolShapeNotFlat |
Thrown when trying to assign a non flat shape to a pool.
|
StageAlreadyRunning |
Thrown when trying to start a new stage for an arena which already has one.
|
TooLargeArbitraryShape |
Thrown when trying to define an arbitrary shape which is too large.
|
TooManyPlayers |
Thrown when trying to start a game with too many players.
|
UnknownGameType |
Thrown when trying to get a game type which is not known by the plugin.
|
WERegionIncomplete |
Thrown when trying to use an incomplete WorldEdit Region.
|
WERegionNotSupported |
Thrown when trying to assigns a shape based on a WorldEdit region
which is not currently supported.
|
WESelectionNotSupported |
Thrown when trying to create a selector from a shape which is not supported.
|
WorldEditNotAvailable |
Thrown when trying to access WorldEdit whereas it has been disabled.
|
Copyright © 2012. All Rights Reserved.