Commit Graph

2246 Commits

Author SHA1 Message Date
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
6484eab27e /gtfo will work from all connections
Thanks Darth :)
2013-04-09 22:35:12 +02:00
3333c826a5 Some changes to command class loader and structure. 2013-04-08 17:59:04 -04:00
156cf7efd3 Added "/list -a". 2013-04-02 19:09:39 -04:00
f3b04ee828 Added Command_plugincontrol. 2013-03-24 15:55:34 -04:00
b135aa8b58 Update for server compatibility with CraftBukkit v1_5_R2.
Increment to TFM v2.12
2013-03-23 15:18:37 -04:00
173faf3018 Merge pull request #4 from Wild1145/patch-3
Added rollback
2013-03-21 16:39:40 -07:00
af1254584c Added rollback
Attempt 2
2013-03-21 21:28:14 +00:00
5eca69ba9c Merge pull request #3 from WickedGamingUK/patch-2
Update Command_glist.java
2013-03-21 00:28:47 -07:00
d752de1cd2 Update Command_glist.java 2013-03-21 07:27:58 +00:00
ff76f4c47a Merge pull request #1 from StevenLawson/master
Am I doing this right...?
2013-03-20 17:23:04 -07:00
7b0977d58f Fixing some things that weren't thread safe.
More import / formatting cleanup.
2013-03-20 20:19:07 -04:00
71ec3d3a4d Remove ignore_permissions.
Mass formatting autofix.
2013-03-19 18:05:20 -04:00
028d15c796 Track appinfo.properties and version numbering 2013-03-19 22:17:10 +01:00
a7755117e4 Added TwitterBot remove in /saconfig delete 2013-03-19 11:50:57 +01:00
53ff2faa2f Final merge, everything *should* be working now 2013-03-19 11:24:50 +01:00
d020293a26 Added /twitter (twitterbot) 2013-03-19 11:06:31 +01:00
8939b7e728 Some changes, I hope we can settle with this
first init of /twitter command
2013-03-18 17:08:51 +01:00
512f40d0f9 Merge branch 'official_mg' of https://github.com/StevenLawson/TotalFreedomMod 2013-03-18 16:37:04 +01:00
256e29fcc6 Change to 1.5 log handle.
Increment version for 1.5 development.
2013-03-16 15:59:52 -04:00
0401fd7a7e Update for CraftBukkit v1_5_R1 compatibility. 2013-03-16 13:34:44 -04:00
d4824c8caf Update for net.minecraft.server.v1_4_R1.
Will merge in main branch changes over the next few days to official.
2013-02-26 19:44:53 -05:00
2adb11dae2 Added commandspy 2013-01-21 19:58:42 +01:00
5afc550144 Moved SOURCE_TYPE_ALLOWED and ADMIN_LEVEL inside CommandPermissions 2013-01-21 17:57:09 +01:00
bd0d437eae Added Freeze and Mute purger 2013-01-16 15:48:56 +01:00
3399207fd7 added /potion clearall 2013-01-07 16:33:54 +01:00
ac0dc43cd7 Moved all player messages to playerMsg()
Changes to /blockcmd
2013-01-07 16:24:54 +01:00
f0ca909069 Added /health (try 2) 2012-12-28 00:49:30 +01:00
7c360baa3c Added /health 2012-12-28 00:27:54 +01:00
bfa0324af9 Removing tests. Since we don't do those.
Added /lastcmd.
Added /tfupdate, mainly for my own use.
2012-12-21 22:22:08 -05:00
ca4e64cc0e Updates for CraftBukkit v1.4.6 2012-12-20 21:33:22 -05:00
b8b755c0c7 Adding additional login checks.
Added /saconfig info
2012-12-19 20:25:29 -05:00
d066c1b754 Cleanup 2012-12-10 22:05:08 -05:00
972e81276d Lol, deathray. 2012-12-10 17:15:33 -05:00
b2ad8eb7a0 permission fixes 2012-12-10 21:25:48 +01:00
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
c3b03f8e7c Removed cake foolishness. 2012-12-08 13:28:40 -05:00
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
bb1fd44a2b Merge branch 'master' of https://github.com/StevenLawson/TotalFreedomMod 2012-12-07 19:37:44 -05:00
0589ebcf48 Added /deafen 2012-12-07 19:37:27 -05:00
2f044a07f2 Added Metrics: mcstats.org 2012-12-06 12:01:51 +01:00
2c0dc8c845 Added /blockcommand 2012-12-06 10:32:08 +01:00
88000cd504 I see your cookie, and raise you cake v2.0. 2012-12-05 20:54:38 -05:00
ef01bead21 I think this'll work better :) 2012-12-04 08:46:24 +01:00
cd6251d07d Added /cookie 2012-12-04 08:36:56 +01:00
63b80d0d69 Changes to AdminChat. 2012-12-02 12:27:10 -05:00
11347c2327 Added Adminchat
Conflicts:
	src/me/StevenLawson/TotalFreedomMod/TFM_Util.java
2012-12-02 12:13:36 -05:00
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
4de09696b9 Yeah, that wasn't going to work... 2012-12-01 20:33:36 -05:00
9501c07301 Make /list send clanforge the exact list that vanilla Bukkit prints out for compatibility. 2012-12-01 18:07:27 -05:00