Jump to content

Nexus Script


kevin777787

Recommended Posts

Hello everyone!

I want to be more active in this community, so I have decided to release 1 or 2 scripts every week.
I will post all my upcoming scripts on my own status page, so make sure to follow me 😉.

This week I'm publishing my createNexus.sk script. I used this script in my game Paranoia. A nexus is basically a block that you need to hit a couple of times to destroy it. You can add mulitple if you like! The health of the nexus (nexus? nexuses?.. nexi??) will appear as a boss bar. You can create a nexus by placing down a coal block and then by typing /nexus create <name>.

The main command is /nexus and you can see other commands after typing that.

This script requires the following plugins:

  • skRayfall
  • HolographicDisplays
  • It's been a long time since I used this script, so there might be more plugins needed.
    However I doubt it.

IMPORTANT: Don't forget to also add the nexusBreak.sk script! This script allows players to actually break the nexus. You can also merge these two scripts into one script.

Feel free to share these scripts with whoever you want!
(Just make sure you link this post or my profile, thanks <3)

Overview of downloads

createNexus.sk

nexusBreak.sk

Edited by kevin777787
  • Like 2

Icon Kevin 100px.png

Link to comment
Share on other sites

Just now, Motionq said:

Nice, well formatted *mhm*

Are you sure about that 😕

Skripter, Builder, Server Owner, Certified Lizard Human.

2757740fb020b4d2a3d04e20ee371bf8.png.ec0bcd241c08d8e2355410a7a264c449.png

Discord: Nic_#0001 (As of 7/1/2021)

IGN: ItzNic_ (ALT: Nectoure)

Give me a moral boost and drop me a like plz ❤️

Link to comment
Share on other sites

a few things:


- you should use links for script releases, no one wants to download scripts

- it's unnecessary to loop players if you want to everyone who has a variable set a message or title, example: 

send "blah" to all players where [{whatever::%input's uuid%} is set]

- 'break bedrock:' just looks bad

Discord: MrScopes#5548

Link to comment
Share on other sites

2 hours ago, MrScopes said:

a few things:


- you should use links for script releases, no one wants to download scripts

- it's unnecessary to loop players if you want to everyone who has a variable set a message or title, example: 


send "blah" to all players where [{whatever::%input's uuid%} is set]

- 'break bedrock:' just looks bad

Scripts don't have to look good, well ok they do, but not the way you're describing. ``on break of bedrock:`` and ``break bedrock`` both do the exact same thing. Not everyone is a neat freak and wants to type out the whole event.

  • Like 1

Graphic Designer - Skript Developer - Professional Builder - Content Creator

Been on Minehut since January 2018. Throughout my time here I've mastered the skills you see above. I make free logos, banners, and server art for users on Minehut. I'm a proficient Skript developer. I'm also really good at building, you can see my portfolio by clicking here. Feel free to say hi if you see me somewhere 🙂

Amethyst Studios Discord

Link to comment
Share on other sites

2 minutes ago, Farwl said:

Scripts don't have to look good, well ok they do, but not the way you're describing. ``on break of bedrock:`` and ``break bedrock`` both do the exact same thing. Not everyone is a neat freak and wants to type out the whole event.

it's like 2 more words to make it look good

Discord: MrScopes#5548

Link to comment
Share on other sites

1 minute ago, MrScopes said:

it's like 2 more words to make it look good

If the guy wants to have it look shorter, thats his preference.

  • Like 1

Graphic Designer - Skript Developer - Professional Builder - Content Creator

Been on Minehut since January 2018. Throughout my time here I've mastered the skills you see above. I make free logos, banners, and server art for users on Minehut. I'm a proficient Skript developer. I'm also really good at building, you can see my portfolio by clicking here. Feel free to say hi if you see me somewhere 🙂

Amethyst Studios Discord

Link to comment
Share on other sites

On 6/11/2019 at 2:54 PM, MrScopes said:

a few things:


- you should use links for script releases, no one wants to download scripts

- it's unnecessary to loop players if you want to everyone who has a variable set a message or title, example: 


send "blah" to all players where [{whatever::%input's uuid%} is set]

- 'break bedrock:' just looks bad

Looking at the source, the 'where' filter loops anyway, it just is not evident to the Skripter.

https://github.com/SkriptLang/Skript/blob/ec1e8d88bcd28f65c5a7613f63c0812332072256/src/main/java/ch/njol/skript/expressions/ExprFilter.java#L89-L109

7crnh89.png

OO8mIVD.png

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