Jump to content

Recommended Posts

  • 1 month later...
Posted
On 4/8/2022 at 1:57 PM, Kazoris14 said:

Does anyone know how to create a gui, that bans people 

 

command /stafftools [<player>]:
    permission: "staff.is"
    permission message: "You are not Staff!"
    trigger:
        open chest with 1 rows named "&cStaff Tools" to player
        format slot 11 of player with orange stained glass pane named "&cKick Player" to close then run "kick %arg-1%"
        format slot 13 of player with red stained glass pane named "&4Ban Player" to close then run "ban %arg-1%"
        format slot 15 of player with yellow stained glass pane named "&eMute Player" to close then run "mute %arg-1%"         ------------------------------------------------------------------------------------------------------------------

please give credit to me (AlexAmination). make sure you have a plugin for banning/kick/mute (i would suggest essentials) and also you need SkQuery for the gui! i added a few other ones. just do /stafftools <player>. player is the player you want to kick/ban/mute! Hope this solves your problem!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...