Jump to content

Narratrr

Member
  • Posts

    82
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Narratrr

  1. yo Anqxllic1 that is because your variable is not already set to 0 ive set a command in there to fix that... /gencap (username) reset it will set your gens placed to 0
  2. So I Have This Skript Here... function createHolo(l: Location, t: Text, length: Timespan): create hologram "%{_t}%" at {_l} for {_length} on damage: loop blocks in radius 1 around head of victim: add location of loop-block to {_blocks::*} set {_bl} to random element of {_blocks::*} createHolo({_bl}, "&c%damage * 2%", 25 ticks) So This is Supposed To Only Show 1 Hologram But It Show 1 - 4 Holograms?? Can Someone Help??
  3. So I have this skript here, command /enchant: trigger: open virtual chest inventory with 5 rows named "&eEnchant" to player format gui slot 10 of player with raw cod named "&7Extra | &bEnchant &7|" with lore "&7Max: 2", and "Cost: &b2500 xp" to run: if {extra::%player%::e} = 0: if xp of player <= 2500: execute command "/xp take %player% 2500" set line 1 of lore of player's tool to "&7Extra I" else: send "&cNot Enough Xp" to player when i try and upgrade it, it just sends "&cNot Enough Xp" when i have more then enough anyone know whats wrong?
  4. Okay Lemme Rephrase, what server are you making, Gen Server? KitPvP? Survival? etc
  5. Need A Playtime Top Skript, With ONLY <!> Hours <!>. Commands: /playtime /playtimetop alias /pt /ptop
  6. Narratrr

    sus

    uwu my owo ok lol idk im not sus i swear
  7. command /lmao: trigger: execute command "/lp user %player% parent set rank"
  8. First of All I think Custom Items that You Get Through Chance Would Be Cool. Custom Rare Items, and maybe a custom enchanting system? would be cool. also maybe a leveling system gained from xp u get from kills. A /stats skript saying Rank: Kills: Deaths: KDR: Gold: PLaytime: Also Maybe A Way To Get Money Is Through Eliminations And Playtime? That Way You Can Make Shops & Maybe Even A /ah Another Idea Is To Make It So That When You Die You Lose Items, But You Can Get Custom Items That Don't Drop on Death!
  9. mans wrote a essay for a simple warp skript no offense but like lmao
  10. AgentGamerPro | JustARandomGuy | I Used The Shop Skript For A While, But I Deleted it Sorry I Can't Give it To You, I mean its been a month since I made the skript.
  11. make sure to have all the needed skript addons
  12. ok thanks i think this will work
  13. every 20 ticks: loop all players: set name of sidebar of loop-player to "&e&lBuzz&6&lMines &7| &e&lS7" set score "&3PLayer:" in sidebar of loop-player to 12 set score "&eLevel: &6%the level of loop-player%" in sidebar of loop-player to 11 set score "&ePrestige: variable" in sidebar of loop-player to 10 set score "&ePoints: &6%loop-player's balance%" in sidebar of loop-player to 9 set score "&eXP Multiplier: variable" in sidebar of loop-player to 8 set score "&eBlocks Mined: &6{blocksmined::%loop-player%}" in sidebar of loop-player to 7 set score "&3Server:" in sidebar of loop-player to 6 set score "&eJoins: &6%size of {joins::*}%" in sidebar of loop-player to 5 set score "&eOnline: &6%amount of players%/75" in sidebar of loop-player to 4 set score "&3BuzzMines.minehut.gg" in sidebar of loop-player to 3 on first join: {blocksmined::%player%} is not set: set {blocksmined::%player%} to 0 on mine: add 1 to {blocksmined::%player%} on first join: add 1 to {joins::*} # if you still need this
×
×
  • Create New...