Commit Graph

  • 9ae4677307 Consolidate any calls to net.minecraft.server classes to new TFM_ServerInterface class. Fix use of deprecated async calls. Steven Lawson 2012-12-08 22:42:29 -0500
  • c3b03f8e7c Removed cake foolishness. Steven Lawson 2012-12-08 13:28:40 -0500
  • 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. Steven Lawson 2012-12-07 20:01:52 -0500
  • bb1fd44a2b Merge branch 'master' of https://github.com/StevenLawson/TotalFreedomMod Steven Lawson 2012-12-07 19:37:44 -0500
  • 0589ebcf48 Added /deafen Steven Lawson 2012-12-07 19:37:27 -0500
  • 2f044a07f2 Added Metrics: mcstats.org Jerom van der Sar 2012-12-06 12:01:51 +0100
  • 2c0dc8c845 Added /blockcommand Jerom van der Sar 2012-12-06 10:32:08 +0100
  • 88000cd504 I see your cookie, and raise you cake v2.0. Steven Lawson 2012-12-05 20:54:38 -0500
  • ef01bead21 I think this'll work better :) Jerom van der Sar 2012-12-04 08:46:24 +0100
  • cd6251d07d Added /cookie Jerom van der Sar 2012-12-04 08:32:54 +0100
  • 63b80d0d69 Changes to AdminChat. Steven Lawson 2012-12-02 12:27:10 -0500
  • 11347c2327 Added Adminchat Jerom van der Sar 2012-11-28 19:31:01 +0100
  • 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. Steven Lawson 2012-12-02 12:05:54 -0500
  • 4de09696b9 Yeah, that wasn't going to work... Steven Lawson 2012-12-01 20:33:36 -0500
  • 9501c07301 Make /list send clanforge the exact list that vanilla Bukkit prints out for compatibility. Steven Lawson 2012-12-01 18:07:27 -0500
  • b2ae63dc53 I removed /clear and /socialspy from essentials, so we don't really need these. Not that it helped anyway, essentials had like 10 aliases for the /clear command that this woudn't have blocked. Steven Lawson 2012-12-01 17:01:41 -0500
  • 7a7bd72127 Added affected count to /ro. Steven Lawson 2012-12-01 15:50:33 -0500
  • 0ec8c5bc32 Add adminAction messages to /ro. Steven Lawson 2012-12-01 15:45:50 -0500
  • 93d390c96a Move repeat message detection so spam filter can still catch it. Who cares if someone uses too many !!'s. Removed extra check for /socialspy, /packet has been hard-coded out already. Added back in check for is muted. General cleanup. Steven Lawson 2012-12-01 15:31:25 -0500
  • ff7a77cbfd Changes to /rd and /ro. Eliminated use of WorldEdit and op, deop kludge :P Steven Lawson 2012-12-01 15:11:00 -0500
  • dbed25d79f I think that having this broadcast may lead to spam. Steven Lawson 2012-12-01 14:43:03 -0500
  • 4f3972c406 TFM_Util.implodeStringList is deprecated. Steven Lawson 2012-12-01 14:39:37 -0500
  • 2e899bd4fe Converted gadmin messages to adminAction. Steven Lawson 2012-12-01 14:33:06 -0500
  • e0c2869da8 Reverted changes to /cage. What was broken here? Steven Lawson 2012-12-01 14:26:08 -0500
  • f6d8222a1a Reverting changes to project files. Don't commit these. Steven Lawson 2012-12-01 14:17:02 -0500
  • 079fe2cb4e Merge branch 'master' of https://github.com/StevenLawson/TotalFreedomMod Steven Lawson 2012-12-01 14:11:47 -0500
  • abf78c49bb Fix expel. Fix regex. Steven Lawson 2012-12-01 14:11:10 -0500
  • e0cf28a055 Added /ro Jerom van der Sar 2012-11-28 17:35:31 +0100
  • 2d9fafc05e Merge branch master into dev Jerom van der Sar 2012-11-27 20:56:42 +0100
  • 92a6bbce94 Added message repeat prevention Jerom van der Sar 2012-11-27 20:02:39 +0100
  • 878199c2d5 Let me figure this out Jerom van der Sar 2012-11-27 17:20:09 +0100
  • feaac20a5a Minor Changes Jerom van der Sar 2012-11-27 17:00:18 +0100
  • f5891ae23b Added /dispfill. Steven Lawson 2012-11-24 14:57:18 -0500
  • 794e6286ce Fixed clanforge trigger. Steven Lawson 2012-11-23 22:21:02 -0500
  • 9c05e8e2fb Finished implementation of CommandPermissions and conversion of all commands. Steven Lawson 2012-11-23 20:22:52 -0500
  • 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. Steven Lawson 2012-11-22 22:48:28 -0500
  • 502b055265 Added standard method for matching partial and *'d IPs (fuzzy ip matching). Steven Lawson 2012-11-22 21:32:55 -0500
  • ed82272f5c A few of Darth's recent dev branch changes. -Made it so only superadmins can use qop and qdeop -Reformat of mute/stfu, now blocks essentials based communication commands as well as /say when someone is muted. -Blocked socialspy. Steven Lawson 2012-11-21 22:42:05 -0500
  • ea151d63e4 Fix for ops using /packet for spamming Need appinfo,properties, Eclipse doesnt generate it Fixed SerialVersion UID Made SuperAdmin Stand out in /list Jerom van der Sar 2012-11-21 19:27:54 +0100
  • 477c8ffdd0 minor changes Jerom van der Sar 2012-11-21 17:03:00 +0100
  • a696a8b23b Make commands guess players by nickname Jerom van der Sar 2012-11-21 16:48:23 +0100
  • a1047b1811 Prevent Muted players from using certain commands Prevent non-superadmins from using /socialspy Jerom van der Sar 2012-11-21 16:40:17 +0100
  • 68a225ed7e hehe Jerom van der Sar 2012-11-21 16:25:34 +0100
  • 09c0208de5 Fixed players being able to use /qdeop Jerom van der Sar 2012-11-21 16:20:54 +0100
  • 488d721a93 Fixed Auto-Decaps not working Added Removal of excessive exclamation marks Jerom van der Sar 2012-11-21 16:16:09 +0100
  • fbc8d20fda Minimal Stuff Jerom van der Sar 2012-11-21 15:57:39 +0100
  • 892682e969 Filter duplicate IPs and shit in superadmin list. Steven Lawson 2012-11-20 20:29:57 -0500
  • 8076ee822e Make lockup scheduler stop when someone logs off. Steven Lawson 2012-11-20 20:09:24 -0500
  • f2f59d2a0d Made it so relogging wont reset someone's TFM_UserInfo instance. Steven Lawson 2012-11-20 19:57:53 -0500
  • d988a699ec Also update the last "login" date. Steven Lawson 2012-11-20 18:27:19 -0500
  • 846b79d4fa Make /saconfig add <name> add new IP for existing admin. Steven Lawson 2012-11-20 18:14:37 -0500
  • 5845283bad More superadmin list updates. Steven Lawson 2012-11-19 21:50:33 -0500
  • 6e266fcff2 Made superadmin entries permanent, can only be removed manually. /saconfig del will only deactivate the entry, not remove it. Renamed SuperAwesomeAdmin to Senior Admin. Steven Lawson 2012-11-18 20:25:47 -0500
  • 59e6588779 Various cleanup and bugfixes. Steven Lawson 2012-11-17 22:57:24 -0500
  • 6083f94797 Updated readme file. Steven Lawson 2012-11-15 18:14:38 -0500
  • a543c87ea0 Superadmin list overhaul! Steven Lawson 2012-11-12 20:42:30 -0500
  • 774ca0cf0a Increment to v2.9 Add "Login Title Message Customization" Steven Lawson 2012-11-11 13:11:06 -0500
  • 40bfd059f1 Kluged /wipeflatlands with some horrible thing that requires the server to restart, but it works now :) Steven Lawson 2012-11-04 22:44:24 -0500
  • a1c8427850 Added Protected Areas! Switched distance -> distanceSquared to eliminate square root computation, where possible. Steven Lawson 2012-11-03 15:03:38 -0400
  • b46bbd3eba Stuff for new the new Command Block, mostly. Added /cartsit, mainly for command blocks. Added -s (silent) switch to qop and qdeop, for command blocks. Removed TFM_Messages class, since it was just clutter. Added proprietary handler for CommandBlockChangeEvent, you'll need to implement this yourself in CraftBukkit or remove the event if you want to compile. Steven Lawson 2012-11-02 21:03:12 -0400
  • fa934e1eca Increment version. Steven Lawson 2012-10-22 17:07:33 -0400
  • 94003f789d EXTRA PARENTHESES ZOMG. Steven Lawson 2012-10-22 17:03:43 -0400
  • aff1e1b16f Remove appinfo.properties from repository. This is an ignored file. Steven Lawson 2012-10-22 16:59:56 -0400
  • 1f6524ff25 Merge branch 'master' of https://github.com/StevenLawson/TotalFreedomMod Steven Lawson 2012-10-22 16:57:34 -0400
  • 042fc3102e New netbeans version. Fix chat length truncation amount. Steven Lawson 2012-10-22 16:47:29 -0400
  • 8f6469e5fd oops Jerom van der Sar 2012-10-17 13:41:21 +0200
  • 8d6436d7aa Fixed bug with /onlinemode not showing correct mode when switching Jerom van der Sar 2012-10-17 13:35:20 +0200
  • 2a396ca904 SuperAwesomeAdmins. Because who are we kidding anyway. Steven Lawson 2012-10-03 18:50:16 -0400
  • e7f2ad893c on request: added feature to define telnet users who may use certain high-profile commands Jerom van der Sar 2012-09-30 15:51:07 +0200
  • d0569c0243 Made it so console can use /potion when a target is specified. Steven Lawson 2012-09-23 19:00:45 -0400
  • 054ce678f4 Added some startup crash prevention. Steven Lawson 2012-09-20 16:35:00 -0400
  • 5785cc2164 Misc Steven Lawson 2012-09-19 23:17:10 -0400
  • 5ed6df2306 Finished /potion command. Added /lockup all and /lockup purge. Steven Lawson 2012-09-19 21:43:12 -0400
  • 1551d29cc2 I'm a horrible person - /lockup Fixed a glitch with /permban Steven Lawson 2012-09-18 22:21:25 -0400
  • bf13858d47 Added /onlinemode command. Steven Lawson 2012-09-18 20:30:18 -0400
  • 5c86bf4d0f Yay :D Steven Lawson 2012-09-18 17:45:10 -0400
  • 30c65d49ed Fixed nonstandard formatting in recent commits. Cleaned up the halt and permban commands. Nobody cares about the "count" when you first load the plugin. Lets not include that. Steven Lawson 2012-09-18 17:25:37 -0400
  • 322f233ce0 added permban feature Jerom van der Sar 2012-09-18 16:40:48 +0200
  • 6aefb4e4cc oops Jerom van der Sar 2012-09-18 12:47:25 +0200
  • 54f0d543a7 Added /halt purge and /halt all Jerom van der Sar 2012-09-18 12:40:32 +0200
  • 692147b84c Merge branch 'master' of https://github.com/StevenLawson/TotalFreedomMod Jerom van der Sar 2012-09-18 12:19:19 +0200
  • f9f64d2edf Forgot plugin.yml >.> Jerom van der Sar 2012-09-18 12:13:06 +0200
  • 5234f3c807 added /halt Jerom van der Sar 2012-09-18 12:13:06 +0200
  • 8884b478aa added /rank for console Jerom van der Sar 2012-09-18 11:45:14 +0200
  • 87455d61ad Not sure where you're headed with this, Darth However, I wanted to make it's formatting standard and have it named properly. Steven Lawson 2012-09-17 21:40:35 -0400
  • 9344a13116 Rewrote the /list command. Now shows superadmins in GOLD + a few other goodies. Fixed a bug in the cager. Steven Lawson 2012-09-17 21:33:01 -0400
  • 2c224af271 Mark: "Whaaa, why cant I use /who for /list anymore..." Steven Lawson 2012-09-17 20:41:01 -0400
  • 779bf9152b Whitelist now working 100%. Steven Lawson 2012-09-17 20:32:59 -0400
  • d786e4e389 Derp. Steven Lawson 2012-09-17 20:13:13 -0400
  • 3feec18131 Use Allman style, please! Code cleanup. Switched to StringUtils.join, we are re-inventing the wheel :D Added whitelist support to TFM_PlayerListener auth code. @Deprecated some utility methods, will remove shortly. Steven Lawson 2012-09-17 19:46:59 -0400
  • c9c1b7519d Revert changes to Command_saconfig: What was this for? Steven Lawson 2012-09-17 18:43:08 -0400
  • 49b61f4f55 Merge branch 'master' of github.com:StevenLawson/TotalFreedomMod Steven Lawson 2012-09-17 18:36:57 -0400
  • 1d2a17c13d I saw you changed this, but I fixed it last night and forgot to commit it. Steven Lawson 2012-09-17 18:35:22 -0400
  • 4d505c3025 oops Jerom van der Sar 2012-09-17 22:37:28 +0200
  • 2e32eec3b6 Finished /whitelist Jerom van der Sar 2012-09-17 22:27:31 +0200
  • 013dd1d2cc Made /rd simpler Jerom van der Sar 2012-09-17 21:57:52 +0200
  • 92110f78c4 General stuff & whitelist (work in progress) Jerom van der Sar 2012-09-17 18:29:43 +0200
  • 9fcc195959 Merge branch 'master' of https://github.com/StevenLawson/TotalFreedomMod Jerom van der Sar 2012-09-17 16:07:16 +0200
  • 8c38344c99 added /doom Jerom van der Sar 2012-09-17 16:06:27 +0200
  • d23c99f3c5 Blocked the /gamemode command. Made it so /smite actually blocks non-superadmins :D Steven Lawson 2012-09-16 17:33:26 -0400