Jump to content

Making >>FREE<< Skripts for you!


ombs

Recommended Posts

I’m bored. Give me your best shot, and I’ll try my best to make it. 

— OMBS —

Hello. I am ombs, a chill server developer and FPS enthusiast.

Currently working on a server with a queue-style arena PVP.

Battle500 is my completed server. 
 

Have a great day!

 

Link to comment
Share on other sites

19 hours ago, ombs said:

I’m bored. Give me your best shot, and I’ll try my best to make it. 

 

Here is my challenge 😉:

Use Skript and any addons to make a functional game of solo SkyWars, complete with kits, spawn locations, block protection, kills, deaths, & wins tracker, and custom kill effects/messages. 

Good Luck!

 

(If you actually attempt this, good for you. I would be interested in seeing it in action. If you want credit, that's perfect! If you want to use it on your server, great! If you don't want to attempt this at all, that's ok too.)

Edited by Gam3rBoi

Main MC account: Gam3rBoi (VIP in MH)

Alt MC account: *Gam3rBoi2147

Farcade server owner

Skripter with 6+ months experience + time learning coding concepts

Message me through the forums if you need anything!

Link to comment
Share on other sites

2 hours ago, Gam3rBoi said:

 

Here is my challenge 😉:

Use Skript and any addons to make a functional game of solo SkyWars, complete with kits, spawn locations, block protection, kills, deaths, & wins tracker, and custom kill effects/messages. 

Good Luck!

 

(If you actually attempt this, good for you. I would be interested in seeing it in action. If you want credit, that's perfect! If you want to use it on your server, great! If you don't want to attempt this at all, that's ok too.)

I unfortunately have no servers for testing, as they are occupied, but I have a good idea on how I could do this. 
 

Maybe I will buy a server slot to make this! Thanks for the idea!

— OMBS —

Hello. I am ombs, a chill server developer and FPS enthusiast.

Currently working on a server with a queue-style arena PVP.

Battle500 is my completed server. 
 

Have a great day!

 

Link to comment
Share on other sites

40 minutes ago, ombs said:

I unfortunately have no servers for testing, as they are occupied, but I have a good idea on how I could do this. 
 

Maybe I will buy a server slot to make this! Thanks for the idea!

No problem! I am looking for things to add to my server, and this would be great if you made this for me 🙂 

Main MC account: Gam3rBoi (VIP in MH)

Alt MC account: *Gam3rBoi2147

Farcade server owner

Skripter with 6+ months experience + time learning coding concepts

Message me through the forums if you need anything!

Link to comment
Share on other sites

Well, my vision was quite clear.

1st: Make a spawn.

2nd: Make a game queue.

3rd: Make the map and kits.

4th: Add details, shops, etc.

5th: Test.

— OMBS —

Hello. I am ombs, a chill server developer and FPS enthusiast.

Currently working on a server with a queue-style arena PVP.

Battle500 is my completed server. 
 

Have a great day!

 

Link to comment
Share on other sites

Hopefully its not too hard:

I need a small little script that can send players to other bungeecord servers based on their coordinates.

For example: if a player joins the server and is within a predefined area he should be transported to a predefined server.

I tried to do it myself, but i seem to lack the mental capacity and know how to do it.

Link to comment
Share on other sites

On 1/14/2022 at 4:06 AM, Retsom3D said:

Hopefully its not too hard:

I need a small little script that can send players to other bungeecord servers based on their coordinates.

For example: if a player joins the server and is within a predefined area he should be transported to a predefined server.

I tried to do it myself, but i seem to lack the mental capacity and know how to do it.

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.

 

— OMBS —

Hello. I am ombs, a chill server developer and FPS enthusiast.

Currently working on a server with a queue-style arena PVP.

Battle500 is my completed server. 
 

Have a great day!

 

Link to comment
Share on other sites

On 1/14/2022 at 3:06 AM, Retsom3D said:

Hopefully its not too hard:

I need a small little script that can send players to other bungeecord servers based on their coordinates.

For example: if a player joins the server and is within a predefined area he should be transported to a predefined server.

I tried to do it myself, but i seem to lack the mental capacity and know how to do it.

You could use worldguard and the skript

on region enter:

event to accomplish this

Main MC account: Gam3rBoi (VIP in MH)

Alt MC account: *Gam3rBoi2147

Farcade server owner

Skripter with 6+ months experience + time learning coding concepts

Message me through the forums if you need anything!

Link to comment
Share on other sites

Hello I need help with a skript I would like it so I do /moneysheet <amount> to give you paper that when you right click it pays you the amount

 

Also I would like the same thing just /ranknote <rank> and you right click to get the rank then what rank it says uses luck perms to join that rank or group

 

 

 

Thx 

 

Curtis24

 

ign: Curtis24

 

Server: aquagen (aquagen.minehut.gg)

 

350kb.gif.0ff78007b131dd46bab00eb5980d6c35.gif

Yo_the_pro19

owner of Aqua-lands.net

rank: VIP 

 

 

Link to comment
Share on other sites

okay this is kinda a request and since you say you can make pretty much anything
i ran into a problem with my owner skript wich i cant solve myself
i want a skript where console sends a player to a specific world,
if the player has every joined that specific world it would do something
and i the player has NEVER joined the world before it does something else.

Link to comment
Share on other sites

On 1/20/2022 at 7:33 AM, Curtis24 said:

Hello I need help with a skript I would like it so I do /moneysheet <amount> to give you paper that when you right click it pays you the amount

 

Also I would like the same thing just /ranknote <rank> and you right click to get the rank then what rank it says uses luck perms to join that rank or group

 

 

 

Thx 

 

Curtis24

 

ign: Curtis24

 

Server: aquagen (aquagen.minehut.gg)

 

#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

    

Edited by ombs

— OMBS —

Hello. I am ombs, a chill server developer and FPS enthusiast.

Currently working on a server with a queue-style arena PVP.

Battle500 is my completed server. 
 

Have a great day!

 

Link to comment
Share on other sites

  • 1 month later...

I want a skript that when you do /sell <item> as long as there is the item in your invenotry you would get the item out of your inventory and earn 10$ in your balance for each item if you dont have an an the item in your inventory you wouldnt earn 10$ in your balance and just sends a a message "You cannot sell this item because its not in your inventory"

Link to comment
Share on other sites

14 hours ago, EmptyRooms_ said:

I want a skript that when you do /sell <item> as long as there is the item in your invenotry you would get the item out of your inventory and earn 10$ in your balance for each item if you dont have an an the item in your inventory you wouldnt earn 10$ in your balance and just sends a a message "You cannot sell this item because its not in your inventory" you can do this you know command /sell:  trigger:   make console execute "/minecraft:item replace entity %player% weapon with air"   play sound "(pling sound thing)" at player's location   make console execute "/pay %player% 10$"

 

Link to comment
Share on other sites

oops wrong again i meant command /sell:  trigger:   if player's held item is not air:    make console execute "/minecraft:item replace entity %player% weapon with air"   play sound "(pling sound thing)" at player's location   make console execute "/pay %player% 10$

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