A Chump Plugin.

Status
This thread has been locked.

Chump

Just Passed 200 Vouch Copies!
Banned
Feedback score
0
Posts
1,016
Reactions
482
Resources
0
Could someone make me a Chump plugin? Basically, whenever I join a server with the plugin installed, only I automatically get the permission to type the command /vouch, which enables a message that says "Chumpety Chump Chump! Get your vouch copies here!" every hour.
 

Chump

Just Passed 200 Vouch Copies!
Banned
Feedback score
0
Posts
1,016
Reactions
482
Resources
0
Also, name the plugin something innocent and make it so the server owner can't remove it from the plugin folder. Encrypt it or something.
 
Banned forever. Reason: Ban Evading (GeneralMayhem19, https://builtbybit.com/members/generalmayhem19.23807/)

Some Dude

lol
Premium
Feedback score
0
Posts
173
Reactions
84
Resources
0
Who would be stupid enough to put this plugin on their server lol. I decompile all plugins I get and check for things like this. And its impossible to make it unremovable.
 

rchy

Premium
Feedback score
1
Posts
717
Reactions
258
Resources
0
This is literally the stupidest thing ever, you're trying to ruin someone's server and earn profit from it?
 

Chump

Just Passed 200 Vouch Copies!
Banned
Feedback score
0
Posts
1,016
Reactions
482
Resources
0
This is literally the stupidest thing ever, you're trying to ruin someone's server and earn profit from it?
Basically. It's just I don't see where I earn profit though.
 
Banned forever. Reason: Ban Evading (GeneralMayhem19, https://builtbybit.com/members/generalmayhem19.23807/)

Chump

Just Passed 200 Vouch Copies!
Banned
Feedback score
0
Posts
1,016
Reactions
482
Resources
0
Banned forever. Reason: Ban Evading (GeneralMayhem19, https://builtbybit.com/members/generalmayhem19.23807/)

Chump

Just Passed 200 Vouch Copies!
Banned
Feedback score
0
Posts
1,016
Reactions
482
Resources
0
Banned forever. Reason: Ban Evading (GeneralMayhem19, https://builtbybit.com/members/generalmayhem19.23807/)

Chump

Just Passed 200 Vouch Copies!
Banned
Feedback score
0
Posts
1,016
Reactions
482
Resources
0
Ik, and I have someone doing it already. Just need to make sure they go through with it before changing the prefix.
 
Banned forever. Reason: Ban Evading (GeneralMayhem19, https://builtbybit.com/members/generalmayhem19.23807/)

Jetterman

Premium
Feedback score
0
Posts
73
Reactions
34
Resources
0
Ik, and I have someone doing it already. Just need to make sure they go through with it before changing the prefix.
I could do it but I am not sure on how to only give a certain player the command.
 

Lightlyrow

Premium
Feedback score
2
Posts
90
Reactions
30
Resources
0
I could do it but I am not sure on how to only give a certain player the command.
You can use a UUID and check it so that there's no way to bypass it.
Permissions can be changed, a UUID can't (as far as I know).
 

Chearful

thomas.gg
Supreme
Feedback score
115
Posts
1,399
Reactions
2,236
Resources
0
ez?
Code:
Command /vouch:
    trigger:
        if player is "vouchcopyrandy":
            broadcast "&3[&arandy&3]&d I am bad and ez and ask for way too many vouch copies!"
        if player is not "vouchcopyrandy":
            message "fuck off you piece of shit"
Every 1 hour:
    loop all players:
        if loop-player is "vouchcopyrandy":
            broadcast "&3[&arandy&3]&d I am bad an ez and ask for way too many vouch copies!"
[DOUBLEPOST=1461598413][/DOUBLEPOST]
make it in skript. Chearful correct me if this is wrong.

command /chump:
trigger:
every 1 hour:
broadcast "shit here"

You'd need to add spacing though.
no. See mine above Kappa

Chump vouch u rand, that was a vouch copy. Kappa
 
Status
This thread has been locked.
Top