Slightly more work

This commit is contained in:
Luna 2023-06-08 21:02:12 -03:00
parent 1b52a61a93
commit 507bed2557
8 changed files with 99 additions and 5 deletions

View file

@ -1,8 +1,4 @@
CoreProtect
CrackShot
EmotesTF
Essentials
EssentialsSpawn
GSit
HolographicDisplays
ItemizerX

View file

@ -107,7 +107,7 @@ spam-limiter:
tab-spam-increment: 1
tab-spam-limit: 500
timings:
enabled: true
enabled: false
hidden-config-entries:
- database
- proxies.velocity.secret

View file

@ -0,0 +1,9 @@
# Configuration file for EmotesTF
emotes:
cooldown: 5 # Emote cooldown time in seconds. (Default: 20 seconds)
cooldown-message: 'Your emotes are on cooldown. (%cooldown% seconds)' # This message is sent when an emote is used while on cooldown. (Default: 'Your emotes are on cooldown. (%cooldown% seconds)')
mentions:
enabled: true
use-nicknames: false # If this is enabled mentioning a user will automatically set that mention to the user's current nickname. (Default: false)
nickname-prefix: '' # If you have a prefix before your Essentials nicknames, please copy it here so the plugin can remove it when mentioning. (Default: '')

View file

@ -0,0 +1,21 @@
{
"name": "Cheat",
"command": "cheat",
"description": "Cheat on a block game",
"usage": "/cheat [player]",
"author": "Mafrans",
"lines": {
"USER": [
"&c%user%&b just cheated on a block game!"
],
"USER,ARGUMENT_0": [
"&c%user%&b just accused &c%target%&b of cheating! Everyone call them out!"
]
},
"variables": {
"USER": "user",
"ARGUMENT_0": "target"
}
}

View file

@ -0,0 +1,17 @@
{
"name": "f",
"command": "f",
"description": "Pay your respects.",
"usage": "/f",
"author": "Mafrans",
"lines": {
"USER": [
"&c%user%&b just payed their respects! Type &cF&b to pay your respects!"
]
},
"variables": {
"USER": "user"
}
}

View file

@ -0,0 +1,21 @@
{
"name": "Rageheyes",
"command": "rageheyes",
"description": "Hm...",
"usage": "/rageheyes [player]",
"author": "Mafrans",
"lines": {
"USER": [
"&c%user%&b is an accomplice of &cRageHeyes&b, the one who cheated on &cSMP&b!"
],
"USER,ARGUMENT_0": [
"&c%user%&b just accused &c%target%&b of being &cRageHayes's accomplice!&b (RageHayes cheats on SMP) Everyone call them out!"
]
},
"variables": {
"USER": "user",
"ARGUMENT_0": "target"
}
}

View file

@ -0,0 +1,21 @@
{
"name": "Scream",
"command": "scream",
"description": "Blatantly scream towards yourself or someone else",
"usage": "/scream [player]",
"author": "Mafrans",
"lines": {
"USER": [
"&c%user%&b is &cscreaming!"
],
"USER,ARGUMENT_0": [
"&c%user%&b is screaming at &c%target%&b!"
]
},
"variables": {
"USER": "user",
"ARGUMENT_0": "target"
}
}

View file

@ -78,3 +78,12 @@ url = "https://github.com/IPTFreedom/TF-EssentialsX/releases/download/2.20.1/Ess
[[plugins]]
type = "url"
url = "https://github.com/IPTFreedom/TF-EssentialsX/releases/download/2.20.1/EssentialsXSpawn-2.20.1-dev+395-92d7f94.jar"
[[plugins]]
type = "url"
url = "https://github.com/IPTFreedom/EmotesTF/releases/download/1.0/EmotesTF.jar"
# TODO: Decompile this one and clean up the code & make a release
[[plugins]]
type = "url"
url = "https://cdn.discordapp.com/attachments/1041011669872160769/1116508640480874556/CrackShot-0.99.jar"