chaseoes / TF2

Team Fortress 2 in Minecraft using the Bukkit server mod.
10 stars 13 forks source link

Feature Request: More cheat prevention #12

Closed tim-savage closed 11 years ago

tim-savage commented 11 years ago

I have a world dedicated to game arenas. I would like some of my admins to have creative mode in this world, so they can create new arenas and edit existing ones. Unfortunately, these same admins cheat unmercifully with any advantage given to them. So I've had to use permissions to lock down the arena world.

If this plugin prevented players from switching to creative mode and using teleport commands while in-game, I could re-allow admins creative mode in this world, without them being able to cheat while playing.

I guess the most flexible implementation would be to have a 'blocked-commands' setting, in case there are other cheating methods I've overlooked. But creative and teleport prevention could be hardcoded in the plugin, as I cannot think of any legitimate reason for players to have them during a game in progress.

Thanks!

To clarify, I've observed cheaters switching to creative mode to be able to fly, and using teleport to transport themselves directly to opponent's locations.

chaseoes commented 11 years ago

Revoke their tf2.create permission to remove the ability to use commands while in-game.

tim-savage commented 11 years ago

Good to know! I'll give that a try. Thanks again.