Tricky Troll
Tricky Troll
Intro
Hey! Thanks for visiting us here. This is my first plugin, and is not currently supported by permissions. We will be adding that VERY shortly. We currently have releases for 1.7.2 and 1.7.9. Updates are coming! Leave all your suggestions in the comment box! We are going to be out of Beta soon!
What does this plugin do?
This plugin allows you to fake leaving, joining, your death, and fake going afk. We will be adding more commands, like fake op soon!
Commands!
/fcleave: Fakes leaving the server
/fcjoin: Fakes joining the server
/fcdie: Fakes your death
/fcdiezombie: Fakes your death by zombie
/fcdiecreeper: Fakes your death by creeper
/fcdiespider: Fakes your death by spider
/fcdieslime: Fakes your death by slime
/fcdieghast: Fakes your death by ghast
/fcdiezombpig: Fakes your death by a zombie pigman
/fcdieenderman: Fakes your death by enderman
/fcdiecavespider: Fakes your death by a cave-spider
/fcdiesilverfish: Fakes your death by a silver-fish
/fcdieblaze: Fakes your death by a blaze
/fcdiemagmacube: Fakes your death by a magma cube
/fcdiewitch: Fakes your death by a witch
/fcafk: Fakes going afk
/fcafkundo: Fakes not being afk anymore
/fcop: Fake OP a player
/fcopundo: Fake de-OPs a player
Config
THERE IS NO CONFIG! Just install, and enjoy!
Have fun! If you have any problems, comment below.
-
View User Profile
-
Send Message
Posted Jun 24, 2014The fake OP only works with the 1.7.9 update file.
-
View User Profile
-
Send Message
Posted Jun 24, 2014I can try, also, I am uploading a version for 1.7.2.
-
View User Profile
-
Send Message
Posted Jun 17, 2014can i use this version of plugin for 1.6.4 server?
i don't want to f- up my server by downloading development builds so i use 1.6.4
-
View User Profile
-
Send Message
Posted Jun 12, 2014If you need help coding the plugin i can help i see you dont have arguments(spaces /fc afk, ect) for your commands and permissions are very easy to do.
SKYPE: RedAlpha1234 or 7H3 CH1CK3N(something like that)
for example permissions:
@Override public void onCommand(CommandSender sender, Command cmd, String label, Strings[] args) {
Player player = (Player) sender;
if (!(sender instanceof Player) { player.sendMessage(ChatColor.RED + "You have to be In-Game to use this command!"); } else { if (args.length == 0) { player.sendMessage(ChatColor.GOLD+ "/fc afk" + ChatColor.GRAY + " - " + ChatColor.GREEN + "Fakes going afk"); } else if (args.length == 1) { if (args[0].equalsIgnoreCase("afk") { /*do what you have to do to enable it*/ } } else if (args.length == 2) { if (args[0].contentEquals("afk") { if (args[1].equalsIgnoreCase("undo") { /*do what you have to do to disable afk*/ } } } } return false; }
Made it up in the text and not from eclipse so some stuff could be wrong LOL!
-
View User Profile
-
Send Message
Posted Jun 6, 2014Added 1.7.9