Troll plugin (GUI, Anything is Configurable) icon

Troll plugin (GUI, Anything is Configurable) -----

My first to be released spigot plugin featuring many troll features and a GUI!




Bumped up the version support and added one new troll!

- Give all effects
- How did we get here?

And the way items are added got changed too!
It's now way easier for me to add new trolls and introduce new features! (more soon™️)
----------, Jul 17, 2022

This plugin should work now from 1.18.x – 1.14.4 (Anything below is not supported as of now, maybe I'll add support in the future)

New Feature!
The “ms3” command now is changeable!
So you could make it anything you want, only remember: if it's invalid it will default to “ms3” and every space is removed automatically due to not working with space
There's also an optional alias section, so you could assign more command if you want



Code (Text):
Troll GUI!
-------------------------------
Discord: Ram#1337
Discord Support Server: https://discord.gg/n3NM7FpeXg
----------, Jan 23, 2022

Recode of Troll GUI!
Better performing and sleeker than never before!

Notes:
1.8 Dropped, For custom-made 1.8 version DM me on discord: Ram#1337
same for any errors.
----------, Sep 12, 2021

the config made errors, It should be fixed now.
----------, Dec 8, 2020

Fake Block Replace (Original idea from Garkolym)
Reverse Chat Message

Removed some crap.
Added commands: Config command, checkUpdate and some features... i forgot?

Demoscreen dont work for some Reasons?
----------, Nov 12, 2020

I Added XSeries.
That means the plugin should. (Tested on 1.16) Compatable with everything
above 1.13.
Also i added some extra subcommands.
like:
[​IMG]
I Also added some config enterys.
(For the 1.12 people: This is a 1.13 qualty of life update.
I Added nothing new. the next Feature update will include some of these changes)
For now have fun ^^
----------, Aug 14, 2020

Fixed chat!
People could not write!!!
Sorry for that issue!
----------, Jul 5, 2020

Every update is preview able on https://trello.com/b/pwTBuAMJ/troll-gui-todo
* Added new config entry to the Advanced permissions system
(You can disable permissions check. just enable it that only a person with the name can use it ^^)

+ Crafting recipe
[​IMG]

Yes! That means there is an item to use the Troll GUI ;D
(Else give it via "/troll giveskull" OR write "TRKYIRFVjZwpKJjqtfohxQxgRLGIV" In the chat for it ^^

+ Option for sneak + rightclick a player to open the Troll GUI (NOT TESTED! As i can only test private.)
----------, Jun 27, 2020

Added freeze Function.
Tweaked some values.
Enabled troll items will now have an enchant
----------, May 22, 2020

* Added 2nd version for 1.12.2 (Should work for 1.12.2 > ???)
(InvSee buggy though, idk why)
----------, May 20, 2020

Config got some more elements.
More comments that explain things.

+ Random look, Burn, Fakeclear all trolls have now configurable Timers.
(All values are seconds!)
----------, May 20, 2020

I Made some little tweaking in the code. Removed some if statements because i can just use
Code (Java):
switch (slot ) {
case 1 :
  break ;
}
----------, May 11, 2020

New Features:
Drop All Items,
Anti Build, }
Anti Place } Both are Toggable (New Menu Feature.)

* Some code improvements since i learned little bit of an Own Code Structure.
----------, May 10, 2020

If your server has more then players then the Inventory an new item will appear with that item you will be able to switch so site 2.

+ You are now able to switch to the Playerselector inside the Troll Menu.

* Made some optimization, Now it takes fewer resources to load all Config elements and translate the Color-codes. and few little bug fixes

+ Shows if a player has OP
----------, May 2, 2020

Settings menu: javaw_KV3V6N1Gn2.png

Updated config:
Code (YAML):
#
# This sets the radius max. its random generated though if you dont turn off 'EnableExplodeRandomness'
#
prefix
: '&b&lMS3 &8| &7'
no-perms
: '&cNo Permissions!'
menu
:
  select-player
: '&bSelect a player'
  settings
: '&cSelect settings'
  messages
:
    no-item-in-hand
: '&7Player &b&l %player% &7Doesn''t have an item in the hand!'
    restart
: '&cReloaded the configuration.'
items
:
  launch-name
: '&6Launch Player'
  launch-lore
: '&7Let the player touch the sky'
  #^ Launch
  scare-name
: '&5Scare Player'
  scare-lore
: '&7Spooky Scary Skeletons'
  #^ Scare
  rl-name
: '&cRandom look'
  rl-lore
: '&7Makes the Player look in random locations'
  #^ Random Look
  fc-name
: '&eFake clear players inventory'
  fc-lore
: '&7Wipes the player inventory then after 10 seconds it returns all items'
  #^ Fake Clear
  dm-name
: '&8Demo troll'
  dm-lore
: '&7Opens the "Buy Minecraft" dialog to the player'
  #^ Demo Troll
  th-name
: '&3Spawn a Lightning on the player'
  th-lore
: '&7The name says it?'
  #^ Thunder
  brn-name
: '&6Burn the player'
  brn-lore
: '&7Summon ragnarok the fire king on the Player'
  #^ Burn
  x-name
: '&4Explode the player'
  x-lore
: '&7Guess why the Player smells like Gunpowder'
  #^ Explode
  fo-name
: '&bFake OP The player'
  fo-lore
: '&7Well, Every troll plugin have this feature though?'
  #^ Fake Operator
  dr-name
: '&8Drop the item from players hand'
  dr-lore
: '&7Makes the hand from the Player slippy'
  #^ Drop item
  iv-name
: '&6See the inventory from the player'
  iv-lore
: '&7HAVE YOU STOLE MY DIAMONDS?!!!!!'
  #^ InvSee
  cs-name
: '&cClose inventory'
  cs-lore
: '&7Closes the inventory (Or any GUI ) The player have open.'
  #^ Close Inventory
  restart-name
: '&cRestart the plugin'
  restart-lore
: '&7Reloads the config.'
  #^ Restart
values
:
  explode-radius
: 1
  EnableExplodeRandomness
: true
error fixed: "Drop items" Cleared ALL items of the same kind. Fixed
----------, May 1, 2020

Added missing config line for the Drop Troll if the player doesn't have an item in the hand.

Code (YAML):
menu:
  no-item-in-hand
: '&7Player &b&l %player% &7Doesn''t have an item in the hand!'
----------, May 1, 2020

i tried something with "ProtocolLib" And it got replaced with an other feature.
  • This decreases the size from the jar from "1,10 MB (1.155.072 bytes)" to "372 KB (380.928 bytes)"
----------, May 1, 2020

Resource Information
Author:
----------
Total Downloads: 12,082
First Release: May 1, 2020
Last Update: Jul 17, 2022
Category: ---------------
All-Time Rating:
10 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings