Jump to content

Anyone want a script making?


GRIM_CREEPERZ

Recommended Posts

6 minutes ago, Arcanum_god said:

ok

on join:
    wipe player's sidebar
    set name of sidebar of player to "____&3&lArcRPG&8____"
    set score "&8&lAccount: &5&l%player%" in sidebar of player to 3
    set score "&5&lOur Site! : &b&l/buy" in sidebar of player to 2

  • Like 1
Link to comment
Share on other sites

5 hours ago, Skript said:

Make a coal gen when you place a coal block.

Easy:

 

on place of coal block:
    if player's held item is coal block named "&8Coal Gen":
        add event-block's location to {coal.generator::1::*}
        send action bar "&aYou placed a &8Cobblestone Generator" to player

on break of coal block:
    if {coal.generator::1::*} contains event-block's location:
        remove event-block's location from {coal.generator::1::*}
        send action bar "&cYou removed a &8Coal generator" to player

every 3 seconds:
    drop 1 coal 0.5 meters above {coal.generator::1::*}

  • Like 1
Link to comment
Share on other sites

Hello, I dont need a script i just need your help in something PLS!!! Ok so im making a gui for warps but i need so each warp is for a higher rank for example 1st warp is for guests 2nd is for Miner and 3th is for Master so how do i do this?

This is my attempt:
command /gui:

trigger:

open virtual chest inventory with size 4 named "&eLift" to player

format gui slot 10 of player with coal named "&b&lDefault Mine" to close: if player has permission "ecocave.defaultmine": execute player command "warp defoult" play sound "entity.experience_orb.pickup" with volume 0.5 to the player format gui slot 20 of player with iron ingot named "&b&lMiner Mine" to close: if player has permission "ecocave.minermine": execute player command "warp MinerMine" play sound "entity.experience_orb.pickup" with volume 0.5 to the player

Link to comment
Share on other sites

2 hours ago, RoustyTousty said:

Hello, I dont need a script i just need your help in something PLS!!! Ok so im making a gui for warps but i need so each warp is for a higher rank for example 1st warp is for guests 2nd is for Miner and 3th is for Master so how do i do this?

This is my attempt:
command /gui:

trigger:

open virtual chest inventory with size 4 named "&eLift" to player

format gui slot 10 of player with coal named "&b&lDefault Mine" to close: if player has permission "ecocave.defaultmine": execute player command "warp defoult" play sound "entity.experience_orb.pickup" with volume 0.5 to the player format gui slot 20 of player with iron ingot named "&b&lMiner Mine" to close: if player has permission "ecocave.minermine": execute player command "warp MinerMine" play sound "entity.experience_orb.pickup" with volume 0.5 to the player

command /gui:
  trigger:
    open virtual chest with size 4 named "&eLift" to player
    format gui slot 10 of player with coal named "&b&lDefault Mine" to run:
      if player has permission "ecocave.defaultmine":
        make console execute "sudo %player% warp default"
        play sound "entity.experience_orb.pickup" with volume 0.5 to the player 
    format gui slot 20 of player with iron ingot named "&b&lMiner Mine" to run:
      if player has permission "ecocave.minermine":
        make player execute "warp MinerMine" 
        play sound "entity.experience_orb.pickup" with volume 0.5 to the player

  • Thanks 1
Link to comment
Share on other sites

5 hours ago, Arcanum_god said:

what about the rank part

 

on join:
    wipe player's sidebar
    set name of sidebar of player to "____&3&lArcRPG&8____"
    set score "&8&lAccount: &5&l%player%" in sidebar of player to 3

    set score "&b&lRank &8&l: %luckperms_prefix%" in sidebar of player to 2

    set score "&5&lOur Site! : &b&l/buy" in sidebar of player to 1

Link to comment
Share on other sites

on join:
	wipe player's scoreboard
	while player is online:
    		set name of sidebar of player to "____&3&lArcRPG&8____"
    		set score "&8&lAccount: &5&l%player%" in sidebar of player to 3
		set score "&b&lRank &8&l: %player's prefix%" in sidebar of player to 2
		set score "&5&lOur Site! : &b&l/buy" in sidebar of player to 1

 

Edited by emopediaMC

Developer

 

Joined Minecraft in 2010 on PC

Joined Minehut in August 2016

1 year Skript experience

2 months Java experience

5 months Javascript experience

 

Link to comment
Share on other sites

myyyyyyyyyyyyyyyy turn?

i need a boss bar that has 10 second timer so uh like this

 

Untitled.png

 

but the text is black and the boss bar is black and every 1 second it goes down like a timer

Edited by _FrostPVP_

Screenshot 2021-02-12 140609.png

Owner/Founder of:

Tehn.minehut.gg (Every 10 Seconds You Get A Random Item Server)

Bedr0ckPVP.minehut.gg (Box Server)

Discord: FrostPVPâ„¢#4733

 

Link to comment
Share on other sites

4 minutes ago, _FrostPVP_ said:

myyyyyyyyyyyyyyyy turn?

i need a boss bar that has 10 second timer so uh like this

 

Untitled.png

 

but the text is black and the boss bar is black and every 1 second it goes down like a timer

on join:
    set {bossbar::%player%} to new boss bar
    set {bossbar::%player%} to "&0&lEvery 10 Seconds You Get A Random Item!"

    wait 10 seconds

    delete {bossbar::%player%}

Link to comment
Share on other sites

1 minute ago, GRIM_CREEPERZ said:

on join:
    set {bossbar::%player%} to new boss bar
    set {bossbar::%player%} to "&0&lEvery 10 Seconds You Get A Random Item!"

    wait 10 seconds

    delete {bossbar::%player%}

does it reset after? 10 seconds so it pops back up and does the 10 seconds again?

Screenshot 2021-02-12 140609.png

Owner/Founder of:

Tehn.minehut.gg (Every 10 Seconds You Get A Random Item Server)

Bedr0ckPVP.minehut.gg (Box Server)

Discord: FrostPVPâ„¢#4733

 

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