Jump to content

RoustyTousty

Member
  • Posts

    21
  • Joined

  • Last visited

Everything posted by RoustyTousty

  1. I spent 20$ on oraxen just to have it work for 1 mounth untill minehut changed its panel and now im having to add the resorce pack manualy and restart the server each time other than before i just had to do 1 command. This is a minehut issue as oraxen works on EVERY other houst and none of the people i know are able to get it to work on minehut anymore. IDK what you guys did but this is so painfull to try and work on minehut with the plugin. (there are 0 errors and no one on oraxen support can help with this as its host problem. PLEASE FIX)
  2. Please! Take action. And sorry for reporting in help.
  3. Hey can you help me whit a script. So the problem is that if im not op and i break the wood it sets to bedrock but it never sets back to wood even tho i set event block to {_block} on break: if player's world is "simulator": if player isn't op: if event-block isn't oak wood or spruce wood or birch wood or dark oak wood: cancel event send "&cYou cant break this here" else: set {_block} to event-block set event-block to bedrock drop event-block at location of event-block wait 10 seconds set event-block to {_block} chance of 2%: give player honeycomb named "&6&lCrystal Coin" else: set event-block to air
  4. on break: if player's world is "simulator": if player isn't op: if event-block isn't oak wood or spruce wood or birch wood or dark oak wood: cancel event send "&cYou cant break this here" else: set {_block} to event-block set event-block to bedrock drop event-block at location of event-block wait 10 seconds set event-block to {_block} chance of 2%: give player honeycomb named "&6&lCrystal Coin" else: set event-block to air the line whit set event-block to {_Block}
  5. Hello, so i have a server that has multiple worlds! One of them is pvp world but problem is that they dont respawn in the pvp world after die but they respawn in main lobby world and now thye have to walk to the npc just to get back in can u make it so while there in the pvp world so they respawn in the pvp world. INFO: 1)pvp world name: EcoKB 2)i use /warp ecoKB to get to the pvp world (if this even helps?) 3)pvp people die from knocking each other in a /kill command region (it means i have a rg under the map that does /kill on them) also can u give me a better iedea how i can kill people and not use /kill rg on entery (world guard- i force them to do /kill)
  6. Hello, _omga im trying to find a way to add leaderboards to my minehut server but i cant rly find a plugin for it or a script bc im not a good scriptec. Idk if minehut even has a leaderboard plugin.

  7. Do u know eny way i can see every script line thats posible? like a website or sometjing?
  8. Hello so i have this block regen script that regens the blocks and gives player exp the problem is that every time some one mines the block every one that has op will receve it in chat. Is there a better way to do this so it dosnt flod the chat for staff. (is there a better way to give players xp?) on mine of coal ore: execute console command "/experience add %player% 5" set event-block to bedrock wait 15 seconds set event-block to coal ore
  9. Hello, can u pls take a look at this script we cant figure out why when even when given perms the warp dosnt work for people. add me on discord so i can send u the full script. RoustyTousty#9292
  10. can u make a better one? The bouth files are the same idk why it sent 2 files!
  11. Hello i made a script where every time some one mines ores it regens the ore but i want them to get xp and my script is anoying bc it sends the console msg every single time some one mines an ore on the server. New Text Document.txtNew Text Document.txt
  12. Hello, im looking for a script that makes only so some blocks can be broken, for example im making a cave where i want it so players can only break the coal ore or eny other ore but the problem is that when i try to protect it whit world guard it protects every block and idk how to make it so some blocks dont get protected.
  13. Hello, im making a server where people hawe to mine ores and the ores regenerate. I all ready hawe the script for the ores to regenerate, but when i put world guard region over it no one ca break them and if i do not place the region then every one can break even the blocks i dont want the to break so if eny one has eny ideas to make it so only some blocks can be broken pls let me know. it can be as script too but so op players can still break it. Thanks
  14. hello little less script question is about AIPs i need top player kills both player and the number so i can script the leaderboards later also top blocks broken leader board
  15. Hello so im trying to make it so when people reaches surten xp lvl then it sets there rank basicly like auto ranking up for example if player reaches lvl 10 it does a comand to give him next rank on my server the cmand is: /lp user %player% parent set <rank>
  16. oory for asking agen but i wuld like to hawe a help about rankups i use luckperms and i need it so when player reaches xp lvl 10 he gets Iron rank so whit all my ranks i can later modify it just put some random numbers and let me know if u did it.Thanks BTW here are all the ranks:Stone = defolt IronGoldCristalDiamondNetheriteEndi rly dont think this is a long script i just dont know what words to use to make it and ive tryed multiple times even tho in head it seems simple.id u need comand for rankuping player in my server is /lp user %player% parent set <rank>
  17. Soory for asking agen but i wuld like to hawe a help about rankups i use luckperms and i need it so when player reaches xp lvl 10 he gets Iron rank so whit all my ranks i can later modify it just put some random numbers and let me know if u did it. Thanks BTW here are all the ranks: Stone = defolt Iron Gold Cristal Diamond Netherite End i rly dont think this is a long script i just dont know what words to use to make it and ive tryed multiple times even tho in head it seems simple. id u need comand for rankuping player in my server is /lp user %player% parent set <rank>
  18. 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
  19. So i hawe all ready the base of the skript i just need to make it so only some people can activate the script for example i hawe Defoult rank and Miner rank and gui we hawe coal and iron if u press them u get sent to the mines BUT i need it so Defolts cant warp to the Miner mine.
×
×
  • Create New...