Node staff

Script Node staff node1.2 patch

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Contributors
Cinnamon#1238
Supported Minecraft Versions
  1. 1.13
commands.png

Code:
Options:

    # (reason) - The reason for the mute, kick or ban
    # (infractions) - The number of infractions the user has
    # (infraction) - Not to be confused with (infractions) sends the Infraction
    # (infraction-index) - The infraction's number
    # (max-infractions) - The max infractions number
    # (timespan-lasting) - The timespan of the mute, ban or chat slowness
    # (staff) - The operator performing the ban, kick or mute
    # (offender) - The offender of the ban, kick or mute
    # (timespan-set) - The date the ban or mute was made

    PERMISSION-ALL: Node.*
    PERMISSION-MUTE: Node.mute
    PERMISSION-BAN: Node.ban
    PERMISSION-KICK: Node.kick
    PERMISSION-CHANNEL: Node.channel
    PERMISSION-VANISH: Node.vanish
    PERMISSION-INFRACTION: Node.infraction
    PERMISSION-CHAT-BYPASS: Node.chat.BYPASS
    PERMISSION-CHAT-MUTE: Node.chat.MUTE
    PERMISSION-CHAT-CLEAR: Node.chat.CLEAR
    PERMISSION-CHAT-SLOWMODE: Node.chat.slowmode
    PERMISSION-CHAT-ALL: Node.chat.*

    PREFIX: &8(&3NODE STAFF&8)
 
    BAN-MESSAGE: &a(staff) &fbanned &a(offender) &ffor &a(reason) &f[(timespan-lasting)]
    MUTE-MESSAGE: &a(staff) &fmuted &a(offender) &ffor &a(reason) &f[(timespan-lasting)]
    KICK-MESSAGE: &a(staff) &fkicked &a(offender) &ffor &a(reason)

    UNBAN-MESSAGE: &a(staff) &funbanned &a(offender)
    UNMUTE-MESSAGE: &a(staff) &funmuted &a(offender)

    MUTED-MESSAGE: &fYou were muted by &a(staff) &flasting &a(timespan-lasting) &ffor &a(reason)
    BANNED-MESSAGE: &f %nl%&fBanned from the server.%nl%&8» &fReason: &a(reason)%nl%&8» &fExpires: &a(timespan-lasting)%nl%&8» &fBanned on: &a(timespan-set)%nl%&8» &fBanned by: &a(staff)%nl%&f
    KICKED-MESSAGE: %nl% &fKicked at &a(timespan-set) &ffor &a(reason) &fby &a(staff) %nl%

    VANISHED-MESSAGE: &e(staff) left the game
    UNVANISHED-MESSAGE: &e(staff) joined the game
    VANISH-MESSAGE: &a(staff) &fhas entered vanish
    UNVANISH-MESSAGE: &a(staff) &fhas exited vanish
    VANISHED-LEFT: &fThe last time you were online you were in vanish, you are still in vanish.

    MUTE-EXPIRED: &fYour mute has &aExpired&f!
    BAN-EXPIRED: &fYour ban has &aExpired&f!

    LEFT-CHANNEL: &a(staff) &fLeft the channel.
    JOINED-CHANNEL: &a(staff) &fJoined the channel.

    LEFT-CHANNEL(personal): &aYou &fLeft the channel.
    JOINED-CHANNEL(personal): &aYou &fJoined the channel.

    CHANNEL-CHAT: &a(staff) &f»

    MAX-INFRACTIONS: 5
    MINIMUM-INFRACTIONS: 4 #usually one less that the MAX
    INFRACTION-MESSAGE: &a(staff) &fwarned &a(offender) &ffor &a(reason) &f[(infractions)/(max-infractions)]
    INFRACTION-REMOVED: &a(staff) &fSuccessfully removed infraction &a##(infraction-index) &ffrom &a(offender)
    INFRACTION-INVALID: &fInfraction &a##(infraction-index) &fdoes not exist on &a(offender)'s &fHistory&7(-H)
    INFRACTION-MAX-REACHED: &a(offender) &fhas reached max infractions.
    INFRACTION-BAN-TIMESPAN: 7 days

    HISTORY-TITLE: &a(offender)'s &fHistory »
    HISTORY-LIST: &a##(infraction-index) &8&l» &f(infraction)
    HISTORY-CLEAN: &8&l» &a(offender)'s History seems to be clean.

    CHAT-LOCKED: &a(staff) &Fhas &clocked &fthe chat.
    CHAT-UNLOCKED: &a(staff) &Fhas &2unlocked &fthe chat.
    CHAT-CLEARED: &a(staff) &Fhas cleared the chat.
    CHAT-SLOWMODE-SET: &a(staff) &fhas enabled &9slowmode &ffor chat [&a(timespan-lasting)&f]
    CHAT-SLOWMODE-TOGGLED: &a(staff) &fhas disabled &9slowmode &ffor chat.
    CHAT-USAGE: &f/chat &a<clear|toggle|t|slowmode> &c[<timespan>]
    CHAT-TIMESPAN-OVER: &fYour stated timespan [&a(timespan-lasting)&f] is too large. it must be under &a10 seconds
    CHAT-SLOWMODE-MESSAGE: &fWoah &9slowdown &fthere buddy, chat is currenly on a &a(timespan-set) &fslowmode please wait &a(timespan-lasting)
    CHAT-IS-LOCKED: &fChat is currently &clocked &fyou cannot speak.

    UNSPECIFIED-TIMESPAN: &cUnspecified timespan.
    UNSPECIFIED-REASON: &cUnspecified reason.
    UNSPECIFIED-PLAYER: &cUnspecified player.
    UNSPECIFIED-TEXT: &cUnspecified text.
    UNSPECIFIED-ARG: &cUnspecified argument.

    INSUFFICIENT-PERMISSIONS: &cUnauthorised to use this command.


Code:
Skript 2.3.x >
SkQuery 3.6.4

Terms of service:
Do not distribute the skript as your own, developers make it for you to use not steal

Only modify the skript if you know what your doing, again don't re-upload even if you have slightly changed it


Criticism is accepted, as i suck balls at skript​
Author
Maezukie
Downloads
751
Views
751
First release
Last update
Rating
4.00 star(s) 1 ratings

More resources from Maezukie

Latest updates

  1. Patch #1

Latest reviews

I used this for a while and had fun. The code looks neat and professional. I also liked how you did the options. Good job on the script!
Maezukie
Maezukie
thank you for the review!