Commit graph

604 commits

Author SHA1 Message Date
Wilee999 114372194a Should be using the regular Bukkit logger for this. 2014-02-19 10:01:02 -08:00
Wilee999 49b841acc2 Improve /invis smite. 2014-02-16 10:02:21 -08:00
kwteh 302b538a3a Oops...
the best i can came up with
2014-02-15 20:44:20 +08:00
kwteh 539f28549a The Lie. 2014-02-14 13:54:30 +08:00
Jerom van der Sar 716ba57739 Merge pull request #122 from Wilee999/pull5
Changed global freeze message
2014-02-06 15:46:31 +01:00
Steven Lawson 0d32ca5451 Merge pull request #132 from Wilee999/pull3
Fix command error in /wildcard.
2014-01-31 11:06:47 -08:00
Wilee999 b8b8ed8608 Fix command error in /wildcard. 2014-01-31 10:05:40 -08:00
Jerom van der Sar ca5b79331b Merge pull request #131 from Wilee999/pull3
Remove /ops purge
2014-01-29 23:49:45 -08:00
Wilee999 78c1a2eaaf Remove /ops purge. 2014-01-29 15:57:33 -08:00
Dan Jones d2a5c399f0 Changed HeXeRei452 to WickedGamingUK
The purpose of this is to reflect my primary account's username.
2014-01-19 09:00:45 +00:00
ImALuckyGuy 90aa3ab420 Adding colon
:
2014-01-17 06:32:23 -06:00
ImALuckyGuy a395904c43 Log IP addresses in join messages.
This will make finding a player's IP address after a crash much easier.
2014-01-15 18:45:18 -06:00
Wilee999 42812be4c5 there 2014-01-15 13:45:28 -08:00
Wilee999 049432789f Now make it actually work... 2014-01-15 13:38:35 -08:00
Wilee999 8b2532e9e9 Re-thinking this. 2014-01-15 09:51:07 -08:00
unknown 71862d6e41 Batch format 2014-01-14 20:37:08 +01:00
Jerom van der Sar 7dffea0ba2 Merge pull request #115 from Wilee999/pull1
Strike lightning on /tempban
2014-01-14 11:28:52 -08:00
Jerom van der Sar 67c09546f7 Merge pull request #120 from Wild1145/patch-10
Changed from "Permbanned" in auto eject
2014-01-14 11:28:19 -08:00
Jerom van der Sar 8b51fd215f Merge pull request #116 from Wilee999/pull2
Strike lightning on /tban
2014-01-14 11:26:55 -08:00
Wilee999 b2e27ec8bf Changed global freeze message to prevent whining
players. Addresses http://www.totalfreedom.boards.net/post/86571.
2014-01-08 16:34:57 -08:00
Ryan c42bc23bfe Changed from "Permbanned" in auto eject
As it doesnt actualy permban you, i have changed it so it doesnt say you have been.
2014-01-07 16:47:02 +00:00
Wilee999 e29d4673dd Log player logins and exits.
Because 1.7 will not log player logins and exits, TotalFreedomMod will have to do this instead.
2014-01-02 23:46:20 -08:00
Wilee999 2ce7e518fb Strike lightning on tban/noob. 2013-12-22 14:20:31 -08:00
Wilee999 9ba316464e Strike lightning on tempban. 2013-12-22 14:19:25 -08:00
unknown 60f71c9dfc Filter duplicate Telnet admin names 2013-12-18 18:44:21 +01:00
unknown 3e71286507 Added Access-Control-Allow-Origin to the players HTTPD module 2013-12-18 14:45:59 +01:00
unknown 6d48c90d16 Added HTTPD module: list 2013-12-18 14:12:15 +01:00
unknown d7ed667b89 Log player messages 2013-12-17 17:33:17 +01:00
unknown 9c61cc2768 Switched over to TelnetCommandEvent
some TFM_CommandBlocker cleanup
2013-12-17 16:29:48 +01:00
unknown 05884ae806 Case-sensitive Telnet login names 2013-12-17 15:16:32 +01:00
unknown aa0fd34859 Append to log files
Set maximum of 1Gig
2013-12-15 23:12:30 +01:00
unknown 2c14773c9b Generate logs in /server.log like CraftBukkit did 2013-12-07 10:58:29 +01:00
Wilee999 bbc1255963 Fixed developer login message. 2013-12-06 23:37:56 -08:00
unknown 34d15d4c96 Fixed a neophyte bug
Custom login messages would be the same for anyone who logs in after the player with the same rank
2013-12-03 20:50:20 +01:00
Jerom van der Sar 75bc17cd8f Merge pull request #109 from Wilee999/pull1
Modified ban messages
2013-12-03 07:42:28 -08:00
Wilee999 87f338194c Removed "for a while" 2013-12-03 07:41:43 -08:00
Wilee999 b5760afbad Fixed. 2013-12-03 07:35:47 -08:00
unknown 5cfaf8970d Fixed all deprecated methods 2013-12-03 16:21:58 +01:00
unknown 9a48ec04aa Fixed developers not having the correct prefix
batch format
2013-12-03 14:24:09 +01:00
unknown 24fca9af97 Woops 2013-12-03 14:13:36 +01:00
unknown 27a04635a2 Migrated /list-, AdminChat- and Login message-colors to TFM_PlayerRank
Reverted colors due to popular request
2013-12-03 14:05:06 +01:00
Wilee999 0f58746525 Modified the 2 ban messages. 2013-12-02 15:43:42 -08:00
unknown d4c3a4ad45 Woops 2013-12-01 19:02:30 +01:00
unknown 7140e4c8df Changed colors to match the forums 2013-12-01 18:54:50 +01:00
unknown 808e02f660 Fixed potential mass-kick
This would happen if an admin joins the game when the server is full
2013-12-01 18:21:43 +01:00
unknown bed78248fb Fixed /list for 1.7
for some weird reason, that ChatColor.WHITE was causing issues
2013-12-01 17:32:29 +01:00
Jerome van der Sar ee39e89093 Fixed possible NPE in getPrefix() 2013-12-01 15:22:19 +01:00
Jerome van der Sar 9405604efc Fix imports 2013-12-01 13:42:13 +01:00
Jerome van der Sar 73acb2448b Force-allow superadmins to log in
Commented and cleaned up handlePlayerLogin()
2013-12-01 13:33:39 +01:00
Jerome van der Sar c63540129f Cleaned up /list 2013-12-01 13:00:02 +01:00
Jerome van der Sar 6ba96b427d Update to CraftBukkit 1.7 2013-12-01 12:13:39 +01:00
Jerome van der Sar acd8373f81 Fixed NPE in /list 2013-12-01 11:55:50 +01:00
Jerom van der Sar 0c4c36b2bd Merge pull request #103 from Wilee999/master
Fixed my name
2013-11-30 11:59:50 -08:00
Jerome van der Sar 7ce052900e Rewrote ServiceChecker, fixed NPE there
Formatting
2013-11-30 20:44:08 +01:00
Wilee999 f8741b0d4f Noooo dartheh!!!!
omg how offenciv
2013-11-30 10:52:40 -08:00
Jerome van der Sar 6fca19fa41 Load plugin version through plugin.yml 2013-11-30 18:04:43 +01:00
Jerome van der Sar 7e75287e61 Added xXWilee99Xx to developers
updated to version 3.3 to reflect latest changes
2013-11-30 16:32:00 +01:00
Jerom van der Sar 52641466ff Merge pull request #101 from Wilee999/pull2
Added all the Telnet Admin stuff.
2013-11-28 12:39:44 -08:00
Wilee999 67f096fbfa Added all the Telnet Admin stuff. 2013-11-27 09:21:53 -08:00
Jerom van der Sar 6b906864b3 Merge pull request #99 from Wilee999/pull4
Added cmdspy alias "commandspy"
2013-11-18 02:04:34 -08:00
Wilee999 c2aba0e798 Added cmdspy alias "commandspy" 2013-11-16 23:44:37 -08:00
Jerom van der Sar c78e6483ac Merge pull request #93 from Wilee999/pull4
Changed clanforge restart message to "come back in about 20 seconds." li...
2013-11-12 07:24:26 -08:00
Wilee999 280ddf61f7 Changed clanforge restart message to "come back in about 20 seconds." like /stop. 2013-11-10 14:27:49 -08:00
Jerom van der Sar a821f7b606 Updated PermBan Link 2013-10-27 15:33:26 +01:00
StevenLawson 1a5f854552 Implemented Essentials-based AFK Auto-Kick w/ server load based trigger threshold. 2013-10-08 14:41:05 -04:00
StevenLawson 13eeccbc40 Add handling for isTelnetAdmin to SA list saving. 2013-09-27 11:15:15 -04:00
StevenLawson ed0aef033c Clean up TFM_CustomListener. 2013-09-27 11:04:46 -04:00
StevenLawson 2d655e4009 Added "isTelnetAdmin" to SA list. 2013-09-27 11:01:30 -04:00
StevenLawson 81995f38a1 Add handler for me.StevenLawson.BukkitTelnet.TelnetPreLoginEvent 2013-09-27 10:26:59 -04:00
StevenLawson 9f889efa76 -Make /saconfig clean a "Telnet Senior" command only.
-Move some TwitterBot stuff around.
2013-09-27 08:46:42 -04:00
StevenLawson 1e79b90249 Tweak Wilee999's /cage changes. 2013-09-25 20:46:03 -04:00
StevenLawson 70a24486b8 Merge branch 'pull2' of https://github.com/Wilee999/TotalFreedomMod 2013-09-25 20:39:46 -04:00
Wilee999 902fc0ba11 That's not what I wanted... 2013-09-25 17:34:16 -07:00
Wilee999 415d25da4b Added /cage purge command 2013-09-25 17:33:44 -07:00
Wilee999 3583c1dbdc Change gadmin usage to contain fr 2013-09-25 17:05:52 -07:00
StevenLawson f49c4568b2 Tweaks to essentials interface commands. 2013-09-24 20:32:04 -04:00
StevenLawson 01807d1f0f Added Essentials interface.
Moved nick customization commands from Essentials to TFM.
2013-09-24 10:13:38 -04:00
StevenLawson c5ddc60b97 Cleaned up TFM_Util 2013-09-24 08:05:48 -04:00
StevenLawson 97b27cd7b4 Change tag character limit.
Now max = 20 characters, not including color codes.
TFM_Util.colorise() -> TFM_Util.colorize()
2013-09-21 13:58:16 -04:00
StevenLawson faeaa3aab7 Update for MC v1.6.4
Other minor fixes
2013-09-21 13:51:09 -04:00
StevenLawson e10ab45bda Update NanoHTTPd to 12b4973a52 2013-09-17 21:31:46 -04:00
StevenLawson 7b59350833 Tweak Wilee's changes to /onlinemode. 2013-09-17 12:05:53 -04:00
Wilee999 adbc658cc7 All telnets can now use /onlinemode! Yay! 2013-09-17 07:57:15 -07:00
StevenLawson 927e46a431 Revert "Wrapped rollback with a Callable to make sure that it executes on the Bukkit thread."
This reverts commit 65ba053aee.
2013-09-15 20:38:54 -04:00
StevenLawson 65ba053aee Wrapped rollback with a Callable to make sure that it executes on the Bukkit thread.
Saw this in a log:

java.util.ConcurrentModificationException
	at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
	at java.util.ArrayList$Itr.next(ArrayList.java:791)
	at me.StevenLawson.TotalFreedomMod.TFM_RollbackManager.rollback(TFM_RollbackManager.java:94)
	at me.StevenLawson.TotalFreedomMod.Commands.Command_gtfo.run(Command_gtfo.java:51)
2013-09-15 14:11:36 -04:00
StevenLawson 81ee5f04dd Register permbans module (whoops). 2013-09-14 22:15:30 -04:00
StevenLawson ded31e4640 Add /cbtool and /setlever, commands geared toward Command Blocks. 2013-09-14 22:00:11 -04:00
StevenLawson 1416429910 Add permbans module for HTTPd. 2013-09-14 21:59:11 -04:00
StevenLawson 8cdff6a3c1 Rework /expel command.
Move TFM_LandmineData out of main package.
2013-09-13 22:13:07 -04:00
StevenLawson 8ba477140b Added /localspawn - Teleport to the spawnpoint for the current world instead of the global spawnpoint. 2013-09-13 14:57:33 -04:00
Steven Lawson 18e4943216 Finish /config command.
Fix typo: ALLOW_FLIUD_SPREAD -> ALLOW_FLUID_SPREAD
2013-09-07 22:51:12 -04:00
Steven Lawson 549c5231e8 Added /config command. 2013-09-07 22:10:05 -04:00
Steven Lawson 7144894848 Enable /saconfig clean for all telnet users. 2013-09-07 21:16:35 -04:00
StevenLawson fef5f7604b Nitpicking. 2013-09-05 10:48:57 -04:00
StevenLawson 2d421178db This doesn't need to be Serializable anymore. 2013-09-05 10:33:06 -04:00
StevenLawson 650bd11ab0 Rework protected areas. 2013-09-05 10:22:59 -04:00
Steven Lawson 05ad222148 Moved the trigger for validateSelection into TFM's WorldEdit. 2013-09-04 18:20:52 -04:00
StevenLawson 4cde6a53ba Started work on WorldEdit protected area support. 2013-09-04 15:17:22 -04:00
StevenLawson 18ed009ddd Added a comment about frontdoor. 2013-09-04 11:27:20 -04:00
StevenLawson b7efe3983d Reworked event listener registration in Front Door. 2013-09-04 11:09:23 -04:00