caseif / TTT

Bukkit minigame which emulates the "Trouble In Terrorist Town" gamemode from Garry's Mod.
http://dev.bukkit.org/bukkit-plugins/ttt
MIT License
3 stars 4 forks source link

Traitor Rooms #66

Open Shane1199 opened 7 years ago

Shane1199 commented 7 years ago

On Gary's Mod TTT, traitors can enter certain rooms that have restricted access only to them to open and enter/exit...but a later feature could be where all players can go inside and exit them, if that would be a large feature. The map maker could use /ttt settraitordoor (or room if the first option is implemented) and make a selection of that room. There would need to have an exit made, I'm not sure how that should be done though.

caseif commented 7 years ago

I'll most likely implement this for now by adding metadata for redstone triggers (buttons, pressure plates, etc.) that can only be triggered by traitors. I'll most likely defer killing innocents who enter to a later update, after #49 is added (due to the potential for body-chests to block the entrance).