1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Script Node staff

Discussion in 'Scripts' started by Maezukie, May 21, 2019.

  1. Maezukie

    Maezukie Member

    Joined:
    May 21, 2018
    Messages:
    15
    Likes Received:
    0

    Code (Text):
    1. Options:
    2.  
    3.     # (reason) - The reason for the mute, kick or ban
    4.     # (infractions) - The number of infractions the user has
    5.     # (infraction) - Not to be confused with (infractions) sends the Infraction
    6.     # (infraction-index) - The infraction's number
    7.     # (max-infractions) - The max infractions number
    8.     # (timespan-lasting) - The timespan of the mute, ban or chat slowness
    9.     # (staff) - The operator performing the ban, kick or mute
    10.     # (offender) - The offender of the ban, kick or mute
    11.     # (timespan-set) - The date the ban or mute was made
    12.  
    13.     PERMISSION-ALL: Node.*
    14.     PERMISSION-MUTE: Node.mute
    15.     PERMISSION-BAN: Node.ban
    16.     PERMISSION-KICK: Node.kick
    17.     PERMISSION-CHANNEL: Node.channel
    18.     PERMISSION-VANISH: Node.vanish
    19.     PERMISSION-INFRACTION: Node.infraction
    20.     PERMISSION-CHAT-BYPASS: Node.chat.BYPASS
    21.     PERMISSION-CHAT-MUTE: Node.chat.MUTE
    22.     PERMISSION-CHAT-CLEAR: Node.chat.CLEAR
    23.     PERMISSION-CHAT-SLOWMODE: Node.chat.slowmode
    24.     PERMISSION-CHAT-ALL: Node.chat.*
    25.  
    26.     PREFIX: &8(&3NODE STAFF&8)
    27.  
    28.     BAN-MESSAGE: &a(staff) &fbanned &a(offender) &ffor &a(reason) &f[(timespan-lasting)]
    29.     MUTE-MESSAGE: &a(staff) &fmuted &a(offender) &ffor &a(reason) &f[(timespan-lasting)]
    30.     KICK-MESSAGE: &a(staff) &fkicked &a(offender) &ffor &a(reason)
    31.  
    32.     UNBAN-MESSAGE: &a(staff) &funbanned &a(offender)
    33.     UNMUTE-MESSAGE: &a(staff) &funmuted &a(offender)
    34.  
    35.     MUTED-MESSAGE: &fYou were muted by &a(staff) &flasting &a(timespan-lasting) &ffor &a(reason)
    36.     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
    37.     KICKED-MESSAGE: %nl% &fKicked at &a(timespan-set) &ffor &a(reason) &fby &a(staff) %nl%
    38.  
    39.     VANISHED-MESSAGE: &e(staff) left the game
    40.     UNVANISHED-MESSAGE: &e(staff) joined the game
    41.     VANISH-MESSAGE: &a(staff) &fhas entered vanish
    42.     UNVANISH-MESSAGE: &a(staff) &fhas exited vanish
    43.     VANISHED-LEFT: &fThe last time you were online you were in vanish, you are still in vanish.
    44.  
    45.     MUTE-EXPIRED: &fYour mute has &aExpired&f!
    46.     BAN-EXPIRED: &fYour ban has &aExpired&f!
    47.  
    48.     LEFT-CHANNEL: &a(staff) &fLeft the channel.
    49.     JOINED-CHANNEL: &a(staff) &fJoined the channel.
    50.  
    51.     LEFT-CHANNEL(personal): &aYou &fLeft the channel.
    52.     JOINED-CHANNEL(personal): &aYou &fJoined the channel.
    53.  
    54.     CHANNEL-CHAT: &a(staff) &f»
    55.  
    56.     MAX-INFRACTIONS: 5
    57.     MINIMUM-INFRACTIONS: 4 #usually one less that the MAX
    58.     INFRACTION-MESSAGE: &a(staff) &fwarned &a(offender) &ffor &a(reason) &f[(infractions)/(max-infractions)]
    59.     INFRACTION-REMOVED: &a(staff) &fSuccessfully removed infraction &a##(infraction-index) &ffrom &a(offender)
    60.     INFRACTION-INVALID: &fInfraction &a##(infraction-index) &fdoes not exist on &a(offender)'s &fHistory&7(-H)
    61.     INFRACTION-MAX-REACHED: &a(offender) &fhas reached max infractions.
    62.     INFRACTION-BAN-TIMESPAN: 7 days
    63.  
    64.     HISTORY-TITLE: &a(offender)'s &fHistory »
    65.     HISTORY-LIST: &a##(infraction-index) &8&l» &f(infraction)
    66.     HISTORY-CLEAN: &8&l» &a(offender)'s History seems to be clean.
    67.  
    68.     CHAT-LOCKED: &a(staff) &Fhas &clocked &fthe chat.
    69.     CHAT-UNLOCKED: &a(staff) &Fhas &2unlocked &fthe chat.
    70.     CHAT-CLEARED: &a(staff) &Fhas cleared the chat.
    71.     CHAT-SLOWMODE-SET: &a(staff) &fhas enabled &9slowmode &ffor chat [&a(timespan-lasting)&f]
    72.     CHAT-SLOWMODE-TOGGLED: &a(staff) &fhas disabled &9slowmode &ffor chat.
    73.     CHAT-USAGE: &f/chat &a<clear|toggle|t|slowmode> &c[<timespan>]
    74.     CHAT-TIMESPAN-OVER: &fYour stated timespan [&a(timespan-lasting)&f] is too large. it must be under &a10 seconds
    75.     CHAT-SLOWMODE-MESSAGE: &fWoah &9slowdown &fthere buddy, chat is currenly on a &a(timespan-set) &fslowmode please wait &a(timespan-lasting)
    76.     CHAT-IS-LOCKED: &fChat is currently &clocked &fyou cannot speak.
    77.  
    78.     UNSPECIFIED-TIMESPAN: &cUnspecified timespan.
    79.     UNSPECIFIED-REASON: &cUnspecified reason.
    80.     UNSPECIFIED-PLAYER: &cUnspecified player.
    81.     UNSPECIFIED-TEXT: &cUnspecified text.
    82.     UNSPECIFIED-ARG: &cUnspecified argument.
    83.  
    84.     INSUFFICIENT-PERMISSIONS: &cUnauthorised to use this command.
    85.  

    ill add some screenshots soon

    Code (Text):
    1.  
    2. Skript 2.3.x >
    3. SkRayFall (will eliminate this requirement later)
    4. SkQuery
    5.  
     

Share This Page

Loading...