IT'S BACK! >> Sketch SM - Ultimate Staff-Mode plugin

Status
This thread has been locked.

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
ghast_thread_design_part_1.png

SketchSM
Staff+
(Soon to come SketchSM)
Freeze: SketchSM Staff+
FreezeGUI: SketchSM
Inspect: SketchSM Staff+
1.7: SketchSM Staff+
1.8+: SketchSM Staff+
Enhanced list: SketchSM
CPS: SketchSM Staff+
Ride player: Staff+ SketchSM
Random TP: SketchSM Staff+
Miner TP: SketchSM
Clearchat: SketchSM Staff+
Mutechat: SketchSM Staff+
Pick Slowchat amount: SketchSM
Reports: SketchSM Staff+
PunishGUI: SketchSM
Restore: SketchSM Staff+
Login: SketchSM Staff+
Staff chat: SketchSM Staff+
Word block: SketchSM Staff+
Alerts: Staff+ SketchSM
Full player info (Next update): SketchSM
Change permissions: SketchSM Staff+
Change commands: Staff+
Language: SketchSM Staff+
Chat Manager GUI: SketchSM
Helpop/Request: SketchSM
Panic: SketchSM
Developer API: SketchSM
AntiKB: SketchSM
Remove staff items if player uses them w/o being in staffmode: SketchSM
Strip (Next update): Staff+ SketchSM
Staff abuse checker (Next update): SketchSM
Tickets: Staff+ SketchSM
Conclusion -

SketchSM has 25 points with 6 more features that will be added within 3 updates
Staff+ has 20 points

Note: Some features may have been forgot to be listed
3QeLJ-IHTJ_G9l8UggguUA.jpg
Code:
##########################################################################
License: 0
##########################################################################
MESSAGES:
  PREFIX: '&2&lSketch &8&l&m-}&r '
  USEPREFIX: true
  ONCOOLDOWN: '&aYou are still on cooldown for %seconds% seconds.'
  RELOAD: '&aReloaded config &7(Took %time%ms)'

  USAGE:
    FREEZE: '&aUsage: /freeze [player]'
    SLOWCHAT: '&aUsage: /slowchat [seconds]'
    ANTIKNOCKBACK: '&aUsage: /antiknockback [player]'
    NOFALL: '&aUsage: /nofall [player]'
    KILLAURA: '&aUsage: /killaura [player]'
    SLOWCHAT: '&aUsage: /slowchat [sec/off]'
    CPS: '&aUsage: /cps [player]'
    INSPECT: '&aUsage: /inspect [player]'
    SETPIN: '&aUsage: /setpin [pin]'
    LOGIN: '&aUsage: /login [pin]'
    REQUEST: '&aUsage: /request [message]'
    REPORT: '&aUsage: /report [player] [reason]'
    RESTORE: '&aUsage: /restore [player]'
    PUNISH: '&aUsage: /punish [player]'
    ORES: '&aUsage: /ores [player]'
  REQUEST SUCCESSFUL: '&aAll online staff members have been alerted.'
  REQUEST:
  - '&8&m------------------------------------'
  - '&2%player% &8&l&m-} &a%msg%'
  - '&8&m------------------------------------'
  REPORT:
  - '&8&m------------------------------------'
  - '&2%reporter% &7reported &2%player% &7for'
  - ' &8&l&m-} &a%msg%'
  - '&8&m------------------------------------'
  LIST:
  - '&8&m------------------------------------'
  - '&2%total% &aplayers on line.'
  - '&2%players% &anormal players online.'
  - '&2%staff% &astaff online.'
  - '&8&m------------------------------------'
  ERROR:
    NOTPLAYER: '&aYou must click a player to inspect them.'
    IMPLIMENTED: '&aThis feature is being implimented.'
  NOPLAYERFOUND: '&aThat player is not on the server.'
  NOPERMISSIONS: '&aYou do not have permission to do this!'
  FREEZE:
    STAFF:
      FREEZE: '&aYou have frozen %player%.'
      FREEZEBC: '&7&o[%player% has frozen %target%]'

      UNFREEZE: '&aYou have unfrozen %player%.'
      UNFREEZEBC: '&7&o[%player% has unfrozen %target%]'
    PLAYER:
      FROZEN:
      - '&aYou have been frozen.'
      UNFROZEN: '&aYou have been unfrozen.'
    DAMAGE:
      DAMAGE: '&aYou can not hit players while frozen.'
      DAMAGED: '&aThis player is frozen.'
    LOGOUT: '&2%player% &ahas logged out while frozen.'
    LOGOUTPREFIX: false #Use prefix with logout message.
  FREEZEALL: '&a&lThe server has been frozen. Please let the staff sort everything out.'
  UNFREEZEALL: '&a&lThe server has been unfrozen. Get back to having fun!'
  FREEZEALLERROR: '&cThe server is not frozen!'
  RESTORE:
    SUCCESSFUL: '&aYou have restored %player%''s inventory.'
    UNSUCCESSFUL: '&aThat player does not have a saved inventory.'
  LOGIN:
    SUCCESSFUL: '&aYou have successfully logged in.'
    UNSUCCESSFUL: '&aYour login has failed, please make sure your pin is correct.'
    NOPIN: '&aYou have not set a pin.'
    LOGIN: '&aYou need to /login.'
    ERROR: '&cYou need to /login before performing a command.'
  SETPIN:
    SUCCESSFUL: '&aYou have set your pin to %pin%'
    UNSUCCESSFUL: '&aYou have already set a pin.'
    LOGIN: '&aYou do not have a pin. Make sure to /setpin [pin]'
  CHATMANAGER:
    ERROR:
      CAPS: '&aYou can not have your messages as CAPS.'
      REPEAT: '&aYou can not repeat the same message.'
      SWEAR: '&aYou can not swear.'
    ADMIN:
      CAPS:
        ENABLE: '&aYou have enabled CAPS.'
        DISABLE: '&aYou have disabled CAPS.'
      REPEAT:
        ENABLE: '&aYou have enabled repeating messages.'
        DISABLE: '&aYou have disabled repeating messages.'
      SWEARS:
        ENABLE: '&aYou have enabled swears.'
        DISABLE: '&aYou have disabled swears.'
  MUTECHAT:
    MUTE: '&aThe chat is now &7MUTED&a.'
    UNMUTE: '&aThe chat is now &7UNMUTED&a.'
    CANTTALK: '&aYou can not talk while the chat is muted.'
  PANIC:
    ENABLED: '&aYou have entered panic mode.'
    DISABLED: '&aYou have left panic mode.'
    STAFF: '&a%player% has entered panic mode.'
    DAMAGE: '&aYou can not damage players while in panic mode.'
    DAMAGED: '&aThis player is in panic mode.'
  PING:
    YOUR: '&aYour ping is %ping%ms'
    OTHER: '&a%player%''s ping is %ping%ms'
  CLEARCHAT: '&aChat cleared by %player%.'
  RANDOMTP: '&aYou have teleported to %player%'
  SLOWCHATMESSAGE: '&aChat has been slowed to %time%'
  NOTSLOWED: '&aChat is not slowed.'
  CHATNOLONGERSLOWED: '&aChat is now longer slowed.'
  SLOWCHATOFF: '&aRemember to do /slowchat off to unslow the chat!'
  CHATISNOWSLOWED: '&aChat is now slowed to %time% seconds by %player%.'
  CHATSTILLSLOWED: '&aChat is still slowed for %time%.'
  ANTIKNOCKBACK: '&aYou have tested %player% for AntiKnockback'
  MOD:
    ENABLE: '&aYou have &7ENABLED &ayour mod mode.'
    DISABLE: '&aYou have &7DISABLED &ayour mod mode.'
    VANISH:
      VANISHED: '&aYou are now &7VANISHED &ato all players (excluding staff)'
      UNVANISHED: '&aYou are now &7UNVANISHED &ato all players.'
  REMOVEILLEGAL: '&aYou have used a staff item while not being n staff mode, removing.'
  CPS: '&aYour CPS was %cps% in %seconds% seconds.'
  STARTCPSTEST: '&aYou have started testing %player%''s CPS, please wait %seconds% seconds for results.'
  STAFFCHAT:
    ENABLE: '&aYou have entered staff chat.'
    DISABLE: '&aYou have entered global chat.'
    FORMAT: '&6&l%player% &c%msg%'
PERMISSIONS:
  STAFF: sketch.staff
  REQUEST: sketch.request
  REPORT: sketch.report
  PANIC: sketch.panic
  PING: sketch.ping
  PINGOTHERS: sketch.ping.other
SETTINGS:
  BANCOMMAND: 'ban %player% '
  FROZEN:
    CLEARCHATONFREEZE: false
    #This will clear the players chat when they are frozen.
    CANCELCHATRECIEVE: true
    #This makes it so people only recieve messages from staff.
    BLINDNESS: false
    #Apply blindness to frozen player.
    FREEZEGUI: true
    #Make it so players can't self-desturct their client
  ANTIKNOCKBACK: 0.6 #An amount of velocity that the player is launched.
  REQUESTCOOLDOWN: 30 #seconds
  REPORTCOOLDOWN: 60 #seconds
  CLEARCHAT:
    DISPLAYNAMEATEND: true
    #Display the: chat cleared by (player). : at the end
    CLEARCHATFORSTAFF: false
  SLOWCHAT:
    INFORMABOUTOFF: true
    #Inform the player about /slowchat off
  RANDOMTP:
    TELEPORTTOSTAFF: false
    YLEVEL: 16 #The xray random tp (left click) will teleport to players under this Y.
  CPS:
    DURATION: 5 #seconds
  CHAT:
    SWEARS: true
    CAPS: true
    REPEAT: true
  SWEARS:
  - '@@@@@@'
  - 'sweargoeshere'
  REMINDER:
    LOGIN:
      SETPIN: true
      LOGIN: true
  STAFFCHAT:
    SOUNDONMESSAGE: true
    SOUND: CHICKEN_EGG_POP
#RECOMMENDED SOUNDS:
#
#LEVEL_UP
#SUCCESSFUL_HIT
#CHICKEN_EGG_POP
#NOTE_PLING
  STAFFLOGIN: #Note, this only displays to staff members.
    ENABLED: true
    MESSAGE: '&b%player% &7has joined the server.'
  MOD:
    DISABLEVANISHONDISABLE: true #Disable the players vanish when they exit mod mode
    ENABLEVANISHONENABLE: true #Enable the players vanish when they enter mod mode
    AUTOMODONJOIN: true #Enable mod mode on join
    CREATIVEMODMODE: false
    INTERACT:
      BUILD: false
      BREAK: false
      MOVEITEM: false
      THROWITEM: false
      PICKUPITEM: false
FREEZEGUI:
  TITLE: '&c&lFROZEN'
  ID: '160:14'
  ITEM: '&7You are &c&lFROZEN'
  LORE:
    - '&7Join teamspeak.com!'
MODITEMS:
  ITEMS:
    VANISHON: '&a&lVanish &8[&6ENABLED&8]'
    VANISHOFF: '&a&lVanish &8[&cDISABLED&8]'
    RANDOMTP: '&a&lRandom TP'
    CHATMANAGER: '&a&lChat Manager'
    FREEZE: '&a&lFreezer'
    CPS: '&a&lCPS Checker'
    INSPECT: '&a&lInventory Inspect'
  CHATMANAGER:
    TITLE: '&a&lChatManager GUI'
    CLEARCHAT: '&a&lClear Chat'
    MUTECHAT: '&a&lMute Chat'
    SETTINGS: '&a&lChat Settings'
  CHATSETTINGS:
    TOGGLE:
      SWEARS: '&a&lToggle Swears'
      CAPS: '&a&lToggle CAPSLOCK'
      REPEAT: '&a&lToggle Message Repeat'
    TITLE: '&a&lChat Settings GUI'
  INSPECT:
    TITLE: '&a&lInspect %player%'
ITEMORDER:
  VANISH:
    ENABLED: true
    SLOT: 1
    UNVANISHED:
      MATERIAL: INK_SACK
      DATA: 8
    VANISHED:
      MATERIAL: INK_SACK
      DATA: 10
  INSPECT:
    ENABLED: true
    SLOT: 2
    MATERIAL: ENDER_CHEST
    DATA: 0
  FREEZE:
    ENABLED: true
    SLOT: 3
    MATERIAL: IRON_FENCE
    DATA: 0
  CHATMANAGER:
    ENABLED: true
    SLOT: 7
    MATERIAL: BOOK
    DATA: 0
  CPS:
    ENABLED: true
    SLOT: 8
    MATERIAL: WATCH
    DATA: 0
  RANDOMTP:
    ENABLED: true
    SLOT: 9
    MATERIAL: NETHER_STAR
    DATA: 0
Code:
TITLE: '&6&lPunish GUI'
SLOTS:
  1:
    NAME: '&b&lTest'
    ID: 1
    #Data values not supported
    LORE:
    - '&7Ban player for'
    - '&714 days'
    - '&cReason:'
    - '&7Test'
    COMMANDS:
    - 'ban %player% 14d Test'
  2:
    NAME: '&b&lXRAy'
    ID: 1
    #Data values not supported
    LORE:
    - '&7Ban player for'
    - '&74 days'
    - '&cReason:'
    - '&7Xray'
    COMMANDS:
    - 'ban %player% 4d Xraying'
QEtjtrF8S92Slob5vFqn8g.jpg


3QeLJ-IHTJ_G9l8UggguUA.jpg

VC 1:
Notifyz
dmca_protected_26_120.png
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

PandaPlaysAll

|Survival Server in Construction|
Premium
Feedback score
22
Posts
660
Reactions
252
Resources
0
Where do you purchase this? is it 1.12 compatible
 

PandaPlaysAll

|Survival Server in Construction|
Premium
Feedback score
22
Posts
660
Reactions
252
Resources
0
Why not upload it as a resource on MCM? just sounds sketchy
 

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
Why not upload it as a resource on MCM? just sounds sketchy
Sketch, sketchy, funny

Just it has a anti-leak system and prefer the payment to be F&F[DOUBLEPOST=1498311577][/DOUBLEPOST]Thread updated
 
Last edited:

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
Make sure to pm me and check if i correspond to the person you have on skype as i have met before a impersonator
 

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
Can I have a vouch copy?
Haven't I stated no vouch copy's? If not then it is still a no since I already gave one away, and I am reputable enough to not require any[DOUBLEPOST=1499435997][/DOUBLEPOST]Latest purchases:
- Lucasa, no known glitch
- More...
 
Last edited:

45x7

Premium
Feedback score
4
Posts
140
Reactions
26
Resources
0
Haven't I stated no vouch copy's? If not then it is still a no since I already gave one away, and I am reputable enough to not require any
you didn't state no vouch copies. Also just cause you have rep doesn't mean that you are not selling either a skidded plugin or a plugin that is not owned by you
 

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
you didn't state no vouch copies. Also just cause you have rep doesn't mean that you are not selling either a skidded plugin or a plugin that is not owned by you
Sorry my bad, and i bought the re-sell rights off Sniper and it is not skidded because off it being the first on some options.
 

Lucasa

Digital Illustrator, Designer
Supreme
Feedback score
8
Posts
365
Reactions
118
Resources
0
Vouch. I own this plugin and it works great!
 

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
Looks funny. Staff+ seems like a better option tbh
Its your choice, but Staff+ author is no longer going to update whilst i am, (please dont talk about the accident of Staff+'s author)
 
Status
This thread has been locked.
Top