Jump to content

ombs

Member
  • Posts

    44
  • Joined

  • Last visited

Everything posted by ombs

  1. # First, a specific XP variable. on join: set {xp..%player’s uuid%} to 0 set {level..%player’s uuid%} to 1 set {levelrq..%player’s uuid%} to 10 # Next, the mining. on break of coal ore: add 1 to {xp..%player’s uuid%} send action bar “You gained 1 XP!” to player for 1 second on join: while player is online: if {xp..%player’s uuid%} is greater than {levelrq..%player’s uuid%}: add 1 to {level..%player’s uuid%} set {levelrq..%player’s uuid%} to {levelrq..%player’s uuid%} * 2 set {xp..%player’s uuid} to 0
  2. ombs

    Help pls

    on damage of player: attacker's tool is gold axe named "&4Ban Hammer": if attacker has permission "banhammer.use": kick victim ban victim due to "U TRASH KID" else: send "YOU Cant use this L!" to attacker formatting, untested for me btw if there are errors reply!
  3. Hello. I have visited your server and the ideas are great! I think a mining aspect could attract lots of people, so add your own spin on a mining game like Box or Prison.
  4. I'm not new, just introducing myself to the forums. I've made many servers here!
  5. I want a basketball that uses a custom player head as the block. How can I turn this into a Skript? My idea is that when you right click on a basketball on the ground, it gives you one to throw, it launches it into the air, and it looks the exact same the whole time.
  6. ombs

    Basketball

    I want a Skript that once you have a player head named “&6Basketball”, you can throw it (no bouncing) and it goes away when it touches the ground.
  7. Hello Minehut! I'm ombs and I am a Skripter and a server developer! I have 4 servers that haven't blown up in popularity, simply due to the fact that I have so many server ideas in mind! My current project is a city simulator with jobs, robberies, houses and apartments, and more! If you see me in the lobby, say hello! I always appreciate it. Have a great day peeps!
  8. on rightclick on coal: if name of player's held item is "name here": give player 1 gold nugget named "name here"
  9. Hello. Can you make a magic wand that shoots a beam of particles and explodes once the beam comes in contact with a block.
  10. on break: if event-block is redstone ore: cancel drops give player 1 redstone dust named “amongus”
  11. Ombs:

    - Working on a server

    - Loves Skript

    - Also loves Twinkies

  12. I fell victim to this and some dude from the UK tried to log in. Google blocked it from logging in but yeah this is crazy.
  13. ombs

    Skript Help

    Next time, post this in the Skript discussion or Marketplace. Thanks!
  14. Ummm… sir. That’s not how it works. He doesn’t know, and requires assistance, he can’t “do it himself”.
  15. so you can use Multiverse for this. command /NWhub: trigger: execute console command "mvtp %player% world" untested btw
  16. Hello. I am requesting a Skript that will allow me to reset a certain area after being griefed with a single command.
  17. on right click: if event-item is paper named “Dungeon Scroll”: teleport player to {x, y, z} remove 1 paper named “Dungeon Scroll” from player’s inventory
  18. Maybe your problem is that you’ve broken syntax. I have never occurred this issue, but have you fiddled around with Skript’s config or essential files?
  19. I have an issue. I want a significantly large map that can be reset after griefing with a command. Is there a Skript or a plugin that can do this? (I want the map ONLY to reset, like if a player uses TNT, and I type the reset command, the whole map will go back to fully built)
  20. #Skript by ombs #Made assuming you use EssentialsEconomy command /moneysheet <text>: trigger: if arg-1 is "10": give player 1 paper named "&eMoney Sheet ($10) if arg-1 is "50": give player 1 paper named "&eMoney Sheet ($50) #You can add more here if you want. on right click: if event-item is paper named "&eMoney Sheet ($10)": add 10 to %player's balance% if event-item is paper named "&eMoney Sheet ($50)": add 50 to %player's balance% #For the ranknote, remember you need the ranks to be created before they are used. command /ranknote <text>: trigger: if arg-1 is "VIP": give player 1 paper named "&aVIP Ranknote" if arg-1 is "MVP": give player 1 paper named "&bMVP Ranknote" on right click: if event-item is paper named "&aVIP Ranknote": execute console command "lp user %player% parent set VIP" if event-item is paper named "&bMVP Ranknote": execute console command "lp user %player% parent set MVP" #This took a while, be grateful
  21. well, selecting coordinates is out of my skill base, but I can make it so that if you stand on a block you get teleported I think on player move: if block at location of player is (block): execute console command "send %player% (server) I have zero experience with this plugin, so my research came up with this.
×
×
  • Create New...