Multiverse-Core/src/main/java/com/onarandombox/MultiverseCore/commands
fernferret ab17064006 Route all teleports through the SafeTTeleporter
There are still some access caveats. When you request that a player be
tp'd to you, there's currently not a good way to tell the teleport
event that… So we either get full control of all plugins and limited
control to override it, or unlimited control to override and no access
to other plugins' access to teleport players to potentially restricted
locations…

This will break the latest other Plugin builds.
2011-10-13 21:38:44 -04:00
..
CheckCommand.java Implement Check Command 2011-10-10 12:28:02 -06:00
ConfigCommand.java Route all teleports through the SafeTTeleporter 2011-10-13 21:38:44 -04:00
ConfirmCommand.java Add a bunch of examples, add loadworld to the plugin.yml 2011-10-10 13:02:29 -06:00
CoordCommand.java Add a bunch of examples, add loadworld to the plugin.yml 2011-10-10 13:02:29 -06:00
CreateCommand.java Final backwards compatability checks 2011-10-08 10:57:48 -06:00
DebugCommand.java Add a bunch of examples, add loadworld to the plugin.yml 2011-10-10 13:02:29 -06:00
DeleteCommand.java Add a bunch of examples, add loadworld to the plugin.yml 2011-10-10 13:02:29 -06:00
EnvironmentCommand.java Add a bunch of examples, add loadworld to the plugin.yml 2011-10-10 13:02:29 -06:00
GeneratorCommand.java Add a bunch of examples, add loadworld to the plugin.yml 2011-10-10 13:02:29 -06:00
HelpCommand.java Add a bunch of examples, add loadworld to the plugin.yml 2011-10-10 13:02:29 -06:00
ImportCommand.java Add a bunch of examples, add loadworld to the plugin.yml 2011-10-10 13:02:29 -06:00
InfoCommand.java Route all teleports through the SafeTTeleporter 2011-10-13 21:38:44 -04:00
ListCommand.java Fixes for hidden worlds displaying as null 2011-10-11 21:57:35 -04:00
LoadCommand.java Add a bunch of examples, add loadworld to the plugin.yml 2011-10-10 13:02:29 -06:00
ModifyAddCommand.java Add a bunch of examples, add loadworld to the plugin.yml 2011-10-10 13:02:29 -06:00
ModifyClearCommand.java Add a bunch of examples, add loadworld to the plugin.yml 2011-10-10 13:02:29 -06:00
ModifyCommand.java Add multiworld difficulty 2011-10-02 21:18:25 -06:00
ModifyRemoveCommand.java Add a bunch of examples, add loadworld to the plugin.yml 2011-10-10 13:02:29 -06:00
ModifySetCommand.java Fix color checking, fix price reporting failure on successful set 2011-10-11 17:01:56 -04:00
MultiverseCommand.java Added Copyright notice and remove trailing whitespace. 2011-09-17 12:59:37 -06:00
PurgeCommand.java Add a bunch of examples, add loadworld to the plugin.yml 2011-10-10 13:02:29 -06:00
ReloadCommand.java Add a bunch of examples, add loadworld to the plugin.yml 2011-10-10 13:02:29 -06:00
RemoveCommand.java Add a bunch of examples, add loadworld to the plugin.yml 2011-10-10 13:02:29 -06:00
SetSpawnCommand.java Add a bunch of examples, add loadworld to the plugin.yml 2011-10-10 13:02:29 -06:00
SleepCommand.java Route all teleports through the SafeTTeleporter 2011-10-13 21:38:44 -04:00
SpawnCommand.java Route all teleports through the SafeTTeleporter 2011-10-13 21:38:44 -04:00
SpoutCommand.java Added Copyright notice and remove trailing whitespace. 2011-09-17 12:59:37 -06:00
TeleportCommand.java Route all teleports through the SafeTTeleporter 2011-10-13 21:38:44 -04:00
UnloadCommand.java rename some methods in the WorldManagerAPI 2011-10-08 12:36:57 -06:00
VersionCommand.java Remove outdated values from config.yml, Fix Configs and reloading, Closes #186 2011-10-12 16:50:04 -04:00
WhoCommand.java Use the MultiverseWorld instead of MVWorld 2011-10-09 20:10:59 -06:00