Commit graph

109 commits

Author SHA1 Message Date
JeromSar 632f3647a8 Blocked /tpall for non-superadmins 2015-05-12 20:43:35 +02:00
JeromSar 994056047a Block /weather for non-superadmins. Resolves #617 2015-05-12 17:13:28 +02:00
JeromSar f115315341 Block /worldborder for non-superadmins. Resolves #615 2015-05-12 17:08:44 +02:00
JeromSar 57e5395143 Block /title for non-superadmins. Resolves #621 2015-05-12 17:07:41 +02:00
JeromSar 17f3a4ca3d Remove blocked commands from the CommandMap. Resolves #622
Temporarily workaround: Remove blocked command from the CommandMap
In Spigot 1.8.3, cancelling PlayerCommandPreprocessEvent will have no effect
This results in TFM failing to block player commands: The player will get a message,
but the command will still execute. Removing the command from the CommandMap is a
temporary workaround untill the related Spigot issue has been fixed.

https://hub.spigotmc.org/jira/browse/SPIGOT-879
2015-05-12 16:54:51 +02:00
Jerom van der Sar 4fce1109a1 Merge branch 'master' into pr/553 2015-04-27 00:08:13 +02:00
Drew 916fd75003 Added Mumble announcement 2015-04-27 00:07:50 +02:00
Jerom van der Sar 313577d083 Merge from master 2015-04-26 23:30:54 +02:00
Robinson Gallego 53efcfd06b Don't autoeject players using /reload. Resolves #525 2015-04-26 23:28:29 +02:00
Jerom van der Sar 87fd8a165c Added MCConnect IP to nosuper IPs 2015-04-26 22:29:31 +02:00
John J. Miller a15e39d7dd Added more announcements. Resolves #516 2015-03-29 12:10:55 +02:00
Drew 72fa8532d3 Blocked pending commands in CommandBlocker. Resolves #492 2015-03-15 13:19:20 +01:00
JeromSar 4ca3593653 Release v4.3 2015-02-16 17:13:21 +01:00
JeromSar af1dd2e9ff Added support for blocking subcommands. Resolves #357, Resolves #365 and Resolves #334 2015-02-15 19:27:35 +01:00
Jerom van der Sar e2308ee904 Block /spreadplayers in config. Closes #382 2014-12-06 15:02:51 +01:00
JeromSar 9970277134 Fixed last bugs with ForceIP. Closes #354 2014-11-13 21:14:21 +01:00
JeromSar 49f6879ccb Merged with master 2014-11-13 19:22:18 +01:00
Ryan 524d4da9d8 Bug Crunching on the ForceIP - Should work a lot better now. 2014-11-01 19:46:00 +00:00
Ryan fcf52ba02a Managed to tweak the port requirement, isnt actually needed like I thought. 2014-11-01 17:44:07 +00:00
Ryan 8a92ff132b Changed the default config entry for the server address & added a little tweak. 2014-11-01 15:36:24 +00:00
Ryan 99043a7c49 Removed Hostname and Port from the config - Now using the server address. 2014-11-01 12:10:08 +00:00
Ryan 2a71be4050 Tweaked the config notes for Hostname & Port to make it a bit more descriptive 2014-10-31 18:10:06 +00:00
Ryan 1bc22a817a Removed the whitespace. 2014-10-31 17:52:57 +00:00
Ryan 57a6b35457 Added the ForceIP feature - Resolves #224 2014-10-31 17:47:05 +00:00
JeromSar 8b45482d0a [Bleeding] Block listed IPs from being supered. Resolves #201 2014-10-30 19:44:05 +01:00
KingDragonRider 72e105eb34 Added extra blocked commands used to bypass //brush
I've added commands which enable //brush even though it is blocked (/size and //mask) to the blocked commands list (for superadmins only).
2014-09-13 17:16:55 +01:00
ItzLevvie 587b84a489 Blocked "/setidletimeout" in Config
Closes https://github.com/TotalFreedom/TotalFreedomMod/issues/307
2014-09-03 17:15:38 +01:00
unknown b0aa4a850d Added Announcer. Resolves #226
Organised onEnable()
Formatting
2014-08-25 20:01:54 +02:00
Jerom van der Sar fc1c487dce Woops 2014-08-09 18:53:54 +02:00
Jerom van der Sar e2cc14370a Added /forestgen to blocked commands 2014-08-09 18:13:15 +02:00
Ronit Sajeey (LevnettUK_Ronit) d8697590a7 Update config.yml
Closes https://github.com/TotalFreedom/TotalFreedomMod/issues/233
2014-07-30 14:07:31 +01:00
Ronit Sajeey (LevnettUK_Ronit) 6d98604cf0 Update config.yml 2014-07-30 09:27:21 +01:00
StevenLawson 75b296496e Removed DisguiseCraft support. 2014-07-20 17:25:45 -04:00
unknown d193686c79 Block //snow. Resolves #217 2014-06-28 11:50:15 +02:00
unknown 50d6cf471c Incremented version number for development towards next release 2014-05-19 19:33:18 +02:00
unknown eddbcf515c Allow customization of Owners. Appends to #178 and commit 67c86aea 2014-05-19 14:21:37 +02:00
unknown 67c86aea24 Added config values for MOTD, server name and address. Resolves #178 2014-05-16 15:18:24 +02:00
unknown 70e248202b Increment version number to 4.2 2014-05-13 17:56:21 +02:00
unknown a3f3903760 Increase default nuking block place threshold. Resolves #169 2014-05-11 18:05:51 +02:00
unknown 6e5e70ac90 [Bleeding] A little more config tweaking 2014-05-05 13:30:17 +02:00
unknown 56b55eb3e2 [Bleeding] Fixed last errors due to misconfigured config 2014-05-04 23:07:26 +02:00
unknown 4ef5f59fb9 [Bleeding] Fixed startup error due to misconfigured config 2014-05-04 23:03:34 +02:00
Jerom van der Sar 8a9dfca6d3 [Bleeding] Config refractoring 2014-04-26 13:21:36 +02:00
unknown ee0ebd85fc Increment to version 4.1 to reflect latest changes 2014-04-23 17:03:33 +02:00
unknown 22b0781020 Allow the default CONSOLE to have senior permissions 2014-04-21 14:52:23 +02:00
unknown 5e4649a4d0 Incremented version to 4.0
List of changes:
- Switched over to UUID-based configs
- Revamped TFM_AdminList
- New banning system: TFM_BanList
- Refractoring
- Updated to CraftBukkit-1.7.8-R0.1
- Added BukkitTelnet, WorldEdit and Essentials as soft dependencies
2014-04-15 16:35:41 +02:00
unknown cf135e211d Incremented version number to reflect latest changes 2014-03-18 16:18:04 +01:00
Wilee999 a1bb6a34a0 added dantdm to famous user config 2014-03-16 20:42:14 -07:00
Wilee999 988e62213e added a couple stampy users to the famous config 2014-03-06 14:02:01 -08:00
unknown e5902fc5e8 Incremented version number to reflect latest changes 2014-01-14 20:43:31 +01:00