Neon, A Core For Event Purposes icon

Neon, A Core For Event Purposes -----

A core for event purposes that is made with Skript




Full changelog in the discord.
----------, Oct 6, 2024

Changelog available in the discord.
----------, Oct 1, 2024

Changelog available in the discord.
----------, Oct 1, 2024

Read the changelog in the discord:
https://discord.gg/NPfVzZQ5Rr
----------, Sep 30, 2024

In this update, you can change values of different Neon settings without touching the config. The value will stay there until your Neon gets reloaded, so you'll have to change the settings in the config if you want the changes to be permanent.

You need to use the /neon command to customize the settings.
All of these settings can be customized using the /neon command:
world, arena, prefix, color, color2, discordlink, streamlink or storelink
So if you want to change the value of some of those settings, you would do:
/neon <SETTING> <VALUE>
/neon arena myarenaregion


If you want to add a space to the value of some setting using the command, you need to run something like this:
/neon prefix this<space>is<space>a<space>prefix
The prefix will be turned into:
this is a prefix
----------, Sep 28, 2024

You can now give items to alive/dead players even if you add underscores to the item's name.
e.g: /givealive 1 gold_ingot and /givealive 1 gold ingot will both now work.
----------, Sep 27, 2024

Removed useless functions and improved the code of some commands.
----------, Sep 27, 2024

This update fixes /killalive.
----------, Sep 24, 2024

From now on, Neon's "PvP system" only works in the arena region and not outside of it. This means that you can now let players play sumo in spawn or whatever.
----------, Sep 22, 2024

Hiding plugins has been improved.
----------, Aug 26, 2024

Optimized the function which is used when you reload Neon.
----------, Aug 13, 2024

In this update, I rewrote the /hide command because it was very badly written before this update. Join the discord to see what else changed!
----------, Aug 12, 2024

Fixed staff chat toggling.
You can toggle staff chat with /sc.
----------, Aug 10, 2024

Fixed /hide all
----------, Aug 10, 2024

Added:
- /killalive
- /killdead
- /givealive
- /givedead
- /clearalive
- /cleardead
Join the discord server for more information.
----------, Aug 3, 2024

Fixed flowing and a bug with the scoreboard.
----------, Jul 24, 2024

Fixed scoreboard not being disabled even if it's disabled in the config
----------, Jul 19, 2024

Fixed issues with empty prefix, added in a secondary scoreboard color and made all error messages red.
More information can be found in the Neon discord server.
----------, Jul 19, 2024

In short, this update optimizes the scoreboard. It only updates when it has to update instead of every 1 second.
Join the discord for more information: https://discord.gg/pYGhHSN54D
----------, Jul 19, 2024

Fixed a minor bug, nothing critical.
----------, Jul 14, 2024

Join the discord for a complete changelog.
In short, Neon was optimized alot.
Size: 75.9kb -> 54.8kb
Lines: 1365 -> 975
New customization option was also added.
https://discord.gg/pYGhHSN54D
----------, Jul 12, 2024

Fixed a bug with the scoreboard being "upside down".
----------, Jul 1, 2024

Changed some code around so that there wouldn't be any offline players in the dead/alive list anymore.
----------, Jun 7, 2024

Because SkBee for some reason removed the with item flags hidden expression, the core started pushing out errors for people with newer versions of SkBee. This has been fixed now!
----------, Jun 1, 2024

Fixed an issue where a revival with multiple winners can have the same winner multiple times.
----------, Jun 1, 2024

Fixed an issue where a player won't get removed from the alive or dead list if they leave. (hopefully it's fixed)
----------, Mar 29, 2024

The issue with some players not leaving the dead list upon leaving might be fixed for real this time!
----------, Mar 18, 2024

Changelog:
- /timercancel has been fixed most likely.
- The dead list had some issues with removing players, that might be fixed. Not 100% sure though.
----------, Mar 14, 2024

Hey everyone! As the title says, this update may contain bugs regarding chat muting. Why is that? Because I added an /rankchat command that lets people with the neon.chat permission talk if it is enabled. If you do /mutechat without doing /rankchat aswell, staff members can only talk. You see, it's hard to explain. Simply if the rank only thing is enabled, ranked players can talk.

Full changelog:
- /rankchat
- Brand new option regarding sounds: pitch! You can now customize the pitch of Neon sounds using this option.
- Something else that I probably forgot
Hope you like it!
----------, Mar 8, 2024

Several changes were made in this update!
- New command ' /neon options'! (cranked the size of this skript ALOT, i'll optimize as soon as possible)
- Bug fixes. You can no longer clear the revival settings while an revival is happening as it would break the revival.
- Something else that I forgot of
Hope you like it!
----------, Feb 29, 2024

What's up everyone! In this update I added an config file so that you don't have to reconfigure your settings again after each update cause that's just annoying, right?

After loading the skript, there will be a new config.yml created at the following location: plugins/Neon Core/config.xml!

As you might be able to guess, that config folder will be used to configure your settings and preferences from now on.

1 more thing though, there is a new plugin requirement and the requirement is called skript-yaml. Without the addon this wouldn't have been possible, so make sure that you install it for the core to work properly! https://www.spigotmc.org/resources/skript-yaml.49829/

Hope you like this update! If you find any bugs, reporting them in the Neon discord server would be highly appreciated.
----------, Feb 19, 2024

From now on, if for some reason a player isn't in the alive or dead list and someone uses /reviveall, the player will be revived. Before this update the skript only revived players that were inside the dead list.

I also made it so that when someone uses /listclear, all players will be removed from dead and alive list and then will be added to the dead list. Before this update the player would be wiped from all lists and would not be added back.
----------, Feb 18, 2024

The highly asked feature is finally here, prefixes!
There's 2 different prefixes to customize, staff chat prefix & the core prefix! This feature has barely been tested and there may be bugs regarding the prefixes / design. If you find a bug, please report it in the Neon discord server!
----------, Feb 15, 2024

In this update, I removed a few useless commands.
- /heal & /healall (already in vanilla minecraft)
- /kill & /killall (already in vanilla minecraft)
I also added an error message if a player tries to talk when the chat is muted!
----------, Feb 14, 2024

In this update:
- I changed the message that will be sent after a player does /hide!
- I added an GUI for /revive that will open if you don't name a player that should be revived.
- I fixed a bug.
- Fixed custom join & leave messages.
I hope you like this update!
----------, Feb 8, 2024

In this update I fixed /number.
----------, Feb 3, 2024

In this update I organized the code. First things in the code are functions, after that there's commands and the last things are events.
I also changed the way how /reviverecent works. Also, I removed 2 commands, /teleportingarrow and /jump since both of them are useless to be honest. Hope you like this update!
----------, Feb 3, 2024

Hey everyone! In this update I added an option that let's you change the 'secondary' color of Neon. I also fixed an message bug with /reviveall! Hope you like it!
----------, Jan 30, 2024

In this update, I fixed
- /reviveall slow, the issue with this command was that it wouldn't revive people.
- /reviverecent, the issue with this command was that it didn't change the status of the revived players and there was a typo in the revive recent message too.
- /mutechat, the issue with this command was that it wouldn't work at all.
Thanks to all the people who helped me find these bugs!
https://discord.gg/5Uu8MNypsy
----------, Jan 29, 2024

This update introduces a new scoreboard design and fixes the chat being unmuted when someone is hosting a /revival.
I hope you like this update, and remember that if you find any bugs I would appreciate them being reported in the Neon discord server.
----------, Jan 24, 2024

Fixed /reviverecent!
(hopefully)
----------, Jan 21, 2024

I made a pretty embarrassing mistake with the /reviveall command, it basically adds the player to an alive variable, but after that it removed the player from the alive list when it was supposed to remove the player from the dead list. This issue has been fixed now!
----------, Jan 20, 2024

In this update I optimized the code a bit. The size of Neon went down from 70 kb to around 61 kb and the amount of lines went from 1361 to 1318 which is pretty nice I'd say.
Here's a little bit more details on what I did:
- Turned all variables that aren't needed after the server restarts to ' RAM variables'.
- Combined all the events so that there are no longer multiple 'on join' events for example. (except ' on command' events, I couldn't get it working if I combined them into one.)
- Added functions for almost all commands, which reduced the size and the amount of lines the most.
This update also fixes some annoying bugs, like for example the 'alive' and 'dead' list being saved after server crash/reboot.
There may still be some things that could be optimized, and they will most likely be optimized in the future. I will keep optimizing the code the best I can.
I hope you like this update, and remember that if you find any bugs I would appreciate them being reported in the Neon discord server.
----------, Jan 19, 2024

A few things have changed. Basically,
- Added customizable permission messages! This can be found in the options with the name " NoPermission"!
- Players with the permission " neon.admin" can use /hide even if it's locked.
- Fixed /revival!
- Improved the code for /reviveall (i guess?)
- Replaced " WOAH!" in error messages with a red meteorite.
Hope you enjoy it, and remember to report any possible bugs in the Neon discord server!
----------, Jan 17, 2024

I made it so that " /reviveall" command no longer revives players with the permission " neon.admin". I also made the accept/deny token message look better cause why not!
----------, Jan 10, 2024

Fixed /revival.
----------, Jan 6, 2024

In this update I added a /ad command that lets you advertise your
  • Discord Server - /ad discord
  • Stream - /ad stream
  • Store - /ad store
You can make the advertisement messages yourself in the options.
Hope you like it!
----------, Jan 5, 2024

Resource Information
Author:
----------
Total Downloads: 1,326
First Release: Jan 4, 2024
Last Update: Oct 6, 2024
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings