Jump to content

BalintPuddle

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by BalintPuddle

  1. On 12/7/2021 at 1:45 AM, Mrbizarre said:

    So i would like to not have to use the plugin: "tab"

    how can i skript my own?

    Hi! This should work:

    every second:
    	loop all players:
    		set tab header to "header" and footer to "footer" for loop-player
    		stop

     

  2. 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.

  3. 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





     

    • Like 1
×
×
  • Create New...