Jump to content

Making Skripts


NotKaizo

Recommended Posts

I'm pretty bored so just let me know if you have any ideas that I can Skript. 

 

Owner of play.hiveminez.net

 

⊱------------------------------⊰

Joined Minehut on 1/28/2021 (Same day I got Minecraft)

[VIP] - 3/14/2021

[LEGEND] - 5/27/2021

⊱------------------------------⊰

Discord - NotKaizo#0001

In-game name - iKaizo_

If you need any help, feel free to contact me.

Link to comment
Share on other sites

Can you fix this skript?
-----------------------------------------------------------------------------
options:
 server: &b&lPlanted&3F
 
every 1 seconds in world "Gens":
 loop all players:
  set level of loop-player to %{loop-player::level}%
  set {_online} to number of all players
  wipe loop-player's sidebar
  set name of sidebar of loop-player to "{@server}"
  set score "&b&lLEVEL &7> &3%{loop-player::level}%" in sidebar of loop-player to 5
  
  set score "&b&lPLAYER &7> &3%loop-player%" in sidebar of loop-player to 5
  
  set score "   " in sidebar of loop-player to 4
  set score "&b&lONLINE &3PLAYERS &7>  &b%{_online}%&3/&b10" in sidebar of loop-player to 3
  set score "&3 " in sidebar of loop-player to 2
  set score "&b&lPlanted&3F&b.minehut.gg" in sidebar of loop-player to 1
-------------------------------------------------------------------

the bug is its not displaying the players current XP level

Link to comment
Share on other sites

On 9/29/2021 at 9:00 AM, belac136 said:

A queue skript that doesn't let you in the queue unless there is less than 4 players

command /queue:
	permission: queue.use
	trigger:
		if {queue::amount::*} < 5:
			add player to {queue::list::*}
            add 1 to {queue::amount::*}           
            send "You have been added to the queue"

 

 

Owner of play.hiveminez.net

 

⊱------------------------------⊰

Joined Minehut on 1/28/2021 (Same day I got Minecraft)

[VIP] - 3/14/2021

[LEGEND] - 5/27/2021

⊱------------------------------⊰

Discord - NotKaizo#0001

In-game name - iKaizo_

If you need any help, feel free to contact me.

Link to comment
Share on other sites

On 10/1/2021 at 3:45 AM, TheRebornChild__ said:

Could you make a Skript for boxes so like if I mine I get levels *not xp levels* and then it shows you ur xp in the sidebar and if u reach max xp you get an item?

Could you add more context?

 

Owner of play.hiveminez.net

 

⊱------------------------------⊰

Joined Minehut on 1/28/2021 (Same day I got Minecraft)

[VIP] - 3/14/2021

[LEGEND] - 5/27/2021

⊱------------------------------⊰

Discord - NotKaizo#0001

In-game name - iKaizo_

If you need any help, feel free to contact me.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...