StevenLawson
ec6e8431e3
Revert "Added /premium"
...
This reverts commit 0964871e8b
.
2013-08-14 09:28:19 -04:00
JeromSar
0964871e8b
Added /premium
...
cleanup
2013-08-14 15:12:30 +02:00
Steven Lawson
eb4622fc28
AdminWorld tweaks.
2013-08-12 21:33:21 -04:00
JeromSar
bac25258b0
Added /lockdown
2013-08-12 20:47:36 +02:00
StevenLawson
6a5306dd7a
More AdminWorld tweaks.
2013-08-12 12:38:46 -04:00
Steven Lawson
2c4eca8551
Remove deprecated methods and variables.
2013-08-10 13:17:32 -04:00
JeromSar
03553b6254
Finished TFM_ServiceChecker, added /services
2013-08-09 17:09:13 +02:00
Jerome van der Sar
5b34facdd3
Started work on ServiceChecker
2013-08-04 20:49:43 +02:00
Steven Lawson
be8314cf63
Added TFM_GameRuleHandler for easy setting of game rule parameters.
2013-07-29 21:09:20 -04:00
Steven Lawson
6b7a5d8d70
Add /debug command. What can possibly go wrong.
2013-07-28 20:50:57 -04:00
Steven Lawson
8ac91f7097
Reworked all Scheduler usage - now using BukkitRunnables.
...
Added /logs command.
A few other fixes...
2013-07-27 17:49:25 -04:00
Steven Lawson
2079e0ea66
Added event handling for command block changes.
...
Recoded TFM_CommandBlocker as TFM_CommandBlockerNew, will replace after evaulation.
2013-07-21 22:48:34 -04:00
Steven Lawson
aad8f17455
Give TFM commands priority over other plugins.
2013-07-20 16:06:46 -04:00
Jerom van der Sar
53614d174e
Dry - Fixed all commands having a default '/' alias.
2013-07-13 12:49:53 +02:00
Jerom van der Sar
37e78dceec
Merge branch origin/master
2013-07-12 21:54:43 +02:00
Jerom van der Sar
8f6d71fffb
Bleeding - Fixed empty commands
...
Empty commands would always run the first alphabetically sorted TFM command.
2013-07-12 21:51:03 +02:00
unknown
4903f009b3
Add Pet Protection.
...
Cleaned up config file a bit.
2013-07-11 14:51:08 -04:00
Steven Lawson
22bf0c2f62
Removed Command_minecraft and TFM_ServiceChecker.
...
Restored old Mojang status checker in /status.
Owner of xpaw.ru requested that 3rd party applications not use his API.
Batch formatting fix.
2013-07-10 21:46:29 -04:00
Jerom van der Sar
f21e50e002
Fixed bug in /halt
2013-07-10 23:47:21 +02:00
Jerom van der Sar
6d9e9406ec
Moved to more specific User-Agent in the service Checker
2013-07-10 23:32:31 +02:00
Jerom van der Sar
44f72815e1
Added configurable blocked commands
2013-07-04 22:46:51 +02:00
Jerom van der Sar
fab341608b
Improved mojang service checker, now using xpaw.ru, migrated to /minecraft
2013-07-01 10:04:43 +02:00
Jerome van der Sar
4f6a0ca5d3
Blocked TNT Minecarts from being placed
2013-06-23 15:17:12 +02:00
Jerome van der Sar
8b601f1e70
Removed need to have a modified CraftBukkit
2013-05-09 15:45:14 +02:00
Steven Lawson
14442d66ee
Eliminated the need to add commands to the plugin.yml file.
...
Now all command configuration is handled by annotations in the
command classes themselves.
2013-04-09 22:05:24 -04:00
Steven Lawson
3333c826a5
Some changes to command class loader and structure.
2013-04-08 17:59:04 -04:00
Steven Lawson
7b0977d58f
Fixing some things that weren't thread safe.
...
More import / formatting cleanup.
2013-03-20 20:19:07 -04:00
Steven Lawson
71ec3d3a4d
Remove ignore_permissions.
...
Mass formatting autofix.
2013-03-19 18:05:20 -04:00
Jerom van der Sar
53ff2faa2f
Final merge, everything *should* be working now
2013-03-19 11:24:50 +01:00
Jerom van der Sar
d020293a26
Added /twitter (twitterbot)
2013-03-19 11:06:31 +01:00
Jerom van der Sar
bd0d437eae
Added Freeze and Mute purger
2013-01-16 15:48:56 +01:00
Jerom van der Sar
ac0dc43cd7
Moved all player messages to playerMsg()
...
Changes to /blockcmd
2013-01-07 16:24:54 +01:00
Steven Lawson
9ae4677307
Consolidate any calls to net.minecraft.server classes to new TFM_ServerInterface class.
...
Fix use of deprecated async calls.
2012-12-08 22:42:29 -05:00
Steven Lawson
417dbc9589
Update to latest versions of MCStats' Metrics class.
...
Next time you add something like this, let me know first so I can handle the administrative bits of taking ownership of the plugin and such...
Cleanup.
2012-12-07 20:01:52 -05:00
Jerom van der Sar
2f044a07f2
Added Metrics: mcstats.org
2012-12-06 12:01:51 +01:00
Jerom van der Sar
ef01bead21
I think this'll work better :)
2012-12-04 08:46:24 +01:00
Jerom van der Sar
cd6251d07d
Added /cookie
2012-12-04 08:36:56 +01:00
Steven Lawson
f7393a85c4
plugin.yml cleanup, going to do a better job of this later on (have it auto-generate the description, usage, and alias from the @CommandPermissions).
...
Cleanup TFM main class.
Added /listsync for associate servers.
Added config.yml based host_sender_names list.
2012-12-02 12:05:54 -05:00
Steven Lawson
9c05e8e2fb
Finished implementation of CommandPermissions and conversion of all commands.
2012-11-23 20:22:52 -05:00
Steven Lawson
13af6cb6a3
Implemented support for annotation based command permission setting.
...
Example usages in adminmode, cage, and fuckoff.
This feature can be "ignored" for commands that want to check perms for themselves.
This means that we can gradually implement this, and not all commands have to be on the new system.
2012-11-22 22:48:28 -05:00
Steven Lawson
59e6588779
Various cleanup and bugfixes.
2012-11-17 22:57:24 -05:00
Steven Lawson
a543c87ea0
Superadmin list overhaul!
2012-11-12 20:42:30 -05:00
Steven Lawson
774ca0cf0a
Increment to v2.9
...
Add "Login Title Message Customization"
2012-11-11 13:11:06 -05:00
Steven Lawson
40bfd059f1
Kluged /wipeflatlands with some horrible thing that requires the server to restart, but it works now :)
2012-11-04 22:44:24 -05:00
Steven Lawson
a1c8427850
Added Protected Areas!
...
Switched distance -> distanceSquared to eliminate square root computation, where possible.
2012-11-03 15:03:38 -04:00
Steven Lawson
2a396ca904
SuperAwesomeAdmins. Because who are we kidding anyway.
2012-10-03 18:50:16 -04:00
Jerom van der Sar
e7f2ad893c
on request: added feature to define telnet users who may use certain high-profile commands
2012-09-30 15:51:07 +02:00
Steven Lawson
d0569c0243
Made it so console can use /potion when a target is specified.
2012-09-23 19:00:45 -04:00
Steven Lawson
054ce678f4
Added some startup crash prevention.
2012-09-20 16:35:00 -04:00
Steven Lawson
5785cc2164
Misc
2012-09-19 23:17:10 -04:00