-
Posts
3 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by BalintPuddle
-
-
On 11/22/2021 at 3:18 AM, ForUToo said:
It's purpose is to hide certain plugins, not all of them + it's supposed to be a fake one so if any pesky people want to see plugins you can hide some of them.
Then can see the plugins, if they just do / and it will list all of the plugins commands if you scroll down, even if you don't have permission to use them.
-
11 hours ago, SpicySteal said:
i have a custom one, that wont work
If you have a custom one, then you can just set a variable for the player when you put him in jail with your custom command, and delete the variable when he's out. And then for example, if the variable {jail} is true when he does the /spawn command, cancel the event.You can cancel it like this:
on command "/spawn": if {jail.%player%} is true: cancel event else: stop
-
1
-

How do you edit the tablist?
in Discussion
Posted
Hi! This should work:
every second: loop all players: set tab header to "header" and footer to "footer" for loop-player stop