[RESELL] GhastStaff - Simple staff 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
eclipse_LWF3gZ5nCV.png

Features:
  • Staff mode
    • Inventory Check
    • Freeze
    • Vanish
    • Random tp (Can't remember if I removed it or not)
  • Freeze GUI with sounds
  • StaffChat
  • Configurable
Config:
Code:
 Staff-Command.Toggle-Message.Enabled: "&bEnabled staff mode."
        Staff-Command.Toggle-Message.Disabled: "&7Disabled staff mode."
        Staff-Command.Toggle-Message.No-Permission: "&7Insufficient permissions."
        Staff-Command.Toggle-Permission: "staffmode.toggle"
        Staff-Command.Toggle-Message.Notification.Enabled: "&8&o[&b&o@STAFF_NAME@ &7&owent in staff mode&8&o]"
        Staff-Command.Toggle-Message.Notification.Disabled: "&8&o[&b&o@STAFF_NAME@ &7&owent out of staff mode&8&o]"
        Staff-Command.Send-Notification-Permission: "staffmode.toggle.sendnotification"
        Staff-Command.Receive-Notification-Permission: "staffmode.toggle.notification"

        StaffChat-Command.Message.Usage: "&7Usage: /StaffChat (Message)"
        StaffChat-Command.Message.No-Permission: "&7Insufficient Permissions"
        StaffChat-Command.Format: "&7[&bStaffChat&7] &b@STAFF_NAME@&7: &r@MESSAGE@"
        StaffChat-Command.Command-Permission: "staffmode.staffchat"
        StaffChat-Command.View-Permission: "staffmode.staffchat.view"

        //config.options().header("Command: /Vanish
        //make notification
        Vanish-Command.Toggle-Message.Enabled: "&bVanished."
        Vanish-Command.Toggle-Message.Disabled: "&7Un-vanished."
        Vanish-Command.Message.No-Permission: "&7Insufficient Permissions"
        Vanish-Command.Toggle-Permission: "staffmode.vanish.toggle"
        Vanish-Command.Toggle-Message.Notification.Enabled: "&8&o[&b&o@STAFF_NAME@ &7&owent in vanish&8&o]"
        Vanish-Command.Toggle-Message.Notification.Disabled: "&8&o[&b&o@STAFF_NAME@ &7&owent out of vanish&8&o]"
        Vanish-Command.Send-Notification-Permission: "staffmode.vanish.sendnotification"
        Vanish-Command.Receive-Notification-Permission: "staffmode.vanish.notification"
        //config.options().header("Command: /Showstaff
        ShowStaff-Command.Message.Show: "&bShowing hidden staff members."
        ShowStaff-Command.Message.No-Permission: "&7Insufficient Permissions"
        ShowStaff-Command.Permission: "staffmode.vanish.showstaff"
        //config.options().header("Command: /Hidestaff
        HideStaff-Command.Message.Hide: "&7Hiding visible staff members."
        HideStaff-Command.Message.No-Permission: "&7Insufficient Permissions"
        HideStaff-Command.Permission: "staffmode.vanish.hidestaff"

        //config.options().header("Command: /Invsee (Player)
        Invsee-Command.Message.Usage: "&7Usage: /Invsee (Player)"
        Invsee-Command.Message.No-Permission: "&7Insufficient Permissions"
        Invsee-Command.Message.Null-Player: "&7Player not found."
        Invsee-Command.Command-Permission: "staffmode.invsee"
        Invsee-Command.Edit-Permission: "staffmode.invsee.edit"
        //config.options().header("Command: /Armor (Player)
        Armor-Command.Message.Usage: "&7Usage: /Armor (Player)"
        Armor-Command.Message.No-Permission: "&7Insufficient Permissions"
        Armor-Command.Message.Null-Player: "&7Player not found."
        Armor-Command.Command-Permission: "staffmode.armor"
        Armor-Command.Edit-Permission: "staffmode.armor.edit"


        //config.options().header("Command: /Freeze (Player)
        Freeze-Command.Message.Usage: "&7Usage: /Freeze (Player)"
        Freeze-Command.Message.No-Permission: "&7Insufficient Permissions"
        Freeze-Command.Message.No-Self-Freeze: "&7You cannot freeze yourself."
        Freeze-Command.Message.Null-Player: "&7Player not found."
        Freeze-Command.Command-Permission: "staffmode.freeze"

        //config.options().header("Hotbar: Freeze Block
        Hotbar.Freeze.Notification.Message: "&8&o[&b&o@STAFF_NAME@ &7&ojust froze &b&o@TARGET_NAME@&8&o]"
        Hotbar.Freeze.Notification.Unfrozen-Message: "&8&o[&b&o@STAFF_NAME@ &7&ojust unfroze &b&o@TARGET_NAME@&8&o]"
        Hotbar.Freeze.Notification.Logged-Out-Message: "\n&7[&bFrozen&7] &b@TARGET_NAME@ logged out while frozen.\n"
        Hotbar.Freeze.Notification.Damage-Message: "&7You cannot hit @TARGET_NAME@ as the user is frozen."
        Hotbar.Freeze.Notification.Permission: "staffmode.freeze.notification"
        Hotbar.Freeze.Message.You-Froze: "&bYou just froze @TARGET_NAME@"
        Hotbar.Freeze.Message.You-UnFroze: "&bYou just un-froze @TARGET_NAME@"
        Hotbar.Freeze.Message.Got-Frozen.Name: "&bYou are frozen!"
        Hotbar.Freeze.Message.Got-Frozen.Lore: 
[INDENT][INDENT][INDENT]"&rYou seem very suspicious: "&r: "&rJoin our teamspeak ts.example.org"[/INDENT][/INDENT][/INDENT]
                "&aYou got 5 minutes!"

        //config.options().header("Event: Join & Leave Event
        Staff-Log.Joined.Message: "&8&o[&b&o@STAFF_NAME@ &7&ojoined the server&8&o]"
        Staff-Log.Leaved.Message: "&8&o[&b&o@STAFF_NAME@ &7&oleft the server&8&o]"
        Staff-Log.Send-Notification-Permission: "staffmode.joinleave.sendnotification"
        Staff-Log.Receive-Notification-Permission: "staffmode.joinleave.notification"

        //Hotbar
        Hotbar.Staff-Modules.Invsee.Item: "BOOK"
        Hotbar.Staff-Modules.Invsee.Byte: "0"
        Hotbar.Staff-Modules.Invsee.Slot: "0"
        Hotbar.Staff-Modules.Invsee.Name: "&eInspect Inventory"
        Hotbar.Staff-Modules.Invsee.Lore: 
[INDENT][INDENT][INDENT]"&rRight click a player to: &ropen their inventory."[/INDENT][/INDENT][/INDENT]
        Hotbar.Staff-Modules.Freeze.Item: "ICE"
        Hotbar.Staff-Modules.Freeze.Byte: "0"
        Hotbar.Staff-Modules.Freeze.Slot: "1"
        Hotbar.Staff-Modules.Freeze.Name: "&bFreeze Block"
        Hotbar.Staff-Modules.Freeze.Lore: 
[INDENT][INDENT][INDENT]"&rRight click a player to: "
"&rfreeze/unfreeze them."[/INDENT][/INDENT][/INDENT]

        //ChatFilter
        ChatFilter.Notification-Message: "&7[&bFilter&7] &b@TARGET_NAME@ just said &7[&3@BAD_WORD@&7]"
        ChatFilter.Private-Message-Notification-Message: "&7[&bFilter&7] &b@TARGET_NAME@ just said in Private Messages: \n&7[&3@BAD_WORD_CMD@&7]"
        ChatFilter.Receive-Notification-Permission: "staffmode.chatfilter.notification"
        ChatFilter.Bypass-ChatFilter-Permission: "staffmode.chatfilter.bypass"
        ChatFilter.Bad-Words: 
[INDENT][INDENT][INDENT]"Asshole"
[/INDENT][/INDENT][/INDENT]
Pricing:
Source: 15$ with resell.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
This isn't worth $15. Possibly add more features.
Aight. Let me know what you suggest to be added. Currently working on a new check for JI so it may take longer than expected for new features.
 

CureMe

Java Developer
Deactivated
Feedback score
7
Posts
248
Reactions
97
Resources
0
If any developer actually wanted the code/resell to this they could just make it themselves, I made something like this very early when I was developing so it isn't that hard.
 

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
does this support bungee
Not as a matter of now, it hasn't been tested for bungee.[DOUBLEPOST=1558216145][/DOUBLEPOST]
If any developer actually wanted the code/resell to this they could just make it themselves, I made something like this very early when I was developing so it isn't that hard.
It's true, hence the small price.
 

FU22Y

scottish developer.
Supreme
Feedback score
32
Posts
935
Reactions
349
Resources
0
Ghast, lower the price if you just want to sell it without adding more features if you're wanting $15 add more features.
 

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
Ghast, lower the price if you just want to sell it without adding more features if you're wanting $15 add more features.
Mate it’s with resell and exclusive. I’m adding more features as we speak...
 

FU22Y

scottish developer.
Supreme
Feedback score
32
Posts
935
Reactions
349
Resources
0
Mate it’s with resell and exclusive. I’m adding more features as we speak...
If they're are more features and better then maybe, but not a chance so far..

only saying by the way, not being rude.
 

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
how much is the jar?
There isn't much use to sell the jar as the source with resell is 15$. You can sell it and make profit if you do it the right way.
 

CobaltXD

Feedback score
0
Posts
6
Reactions
3
Resources
0
There isn't much use to sell the jar as the source with resell is 15$. You can sell it and make profit if you do it the right way.
i don't want the source, nor resell rights, i just want to purchase the jar.
 
Status
This thread has been locked.
Top