EveryThing Plugin icon

EveryThing Plugin -----

A Plugin that incorporates as much features as possible




you can change yor nick via
Code (Text):
/nick <newnick>
you can also wrap yourself as another mc player via
Code (Text):
/nick wrap <MCProfileName>
colored names does not work.
----------, Jul 22, 2024

Server can now perform automatic backups, you can set the time between a backup and another and the quantity of backups to store in the config.yml file.
With the command /fly players can fly, but they will get damage if they "fall too hard"
----------, Jul 21, 2024

Code update and improvements
----------, Jul 16, 2024

New function: resource pack set.
You can post a bunch of resource packs on your server and let the players decide wich one they want to use:
Code (Text):
/reseourcepackset ResourcePackName Player
A new folder will be creatend inside the plugin one, and a new config.yml will be created:
Code (Text):

port: 40021
localhost: false
packs:
  example: "packname.zip"
 
"port" is the actual port that will be used to give players the resource packs;
"packs" is the mapping for the zip files (name: File)
----------, Jul 15, 2024

Fixed code bugs that prevented /home to work
RE-SETTING THE HOME IS MANDATORY
----------, Jul 14, 2024

From now on only 1.20.6 and above will be supported.

setSize is implemented and working
Code (Text):
/setsize 0.05-16 player
Updated home system and configuration. I suggest to re-set your home.
----------, Jul 13, 2024

Bells now work with every mc version
Minecart cleaner now works with every mc version
----------, Jul 2, 2024

Solved a Problem that prevented the folder update on linux
----------, Jul 2, 2024

With the command:
Code (Text):
/sit
you can sit on the block you are standing on, or you can simply right-click a slab to sit on it
----------, Jul 1, 2024

Changes the name of the plugin in the plugin.yml file to its supposed name
----------, Jun 30, 2024

When the plugin is loading it will check if there is a newer version on spigotmc and notify you
----------, Jun 30, 2024

You can now ring the bell by just right-clicking the item when is in your hand
Added admin tools to prevent griefers to crash the server (i'm gonna add more)
New api version -> 1.20.6
Part of the admin tools is the invsee. Commands can be used to open enderchests, crafint table and anvils by players.
Invsee command:
Code (Text):
/invsee PlayerName
Enderchest command:
Code (Text):
/ec PlayerName
CraftingTable command:
Code (Text):
/ct
Anvil Command:
Code (Text):
/oa
----------, Jun 30, 2024

Removed roles to be reintegrated later on
Nick can now be used to warp into other players (alpha)
----------, Jan 28, 2024

The nick utility is back, operating in a very similar way as before;
with the same code it will be possible in the future to also change the skin.
Code (Text):
/command CustomName|AllPlayers|reset|getOriginalName CustomName|AllPlayers
Players can use the simple command:
Code (Text):
/command CustomName|reset
to change or reset their name.
Some values in the config has been changed and other are marked for removal.
A Role Update is scheduled, and will bring easier role creation in the config file, removing the & charcter and enabling server owners to create ranks with parameters.
Resolved a problem for which the roles after a server reload won't show up till 1minute after the reload.
----------, Sep 12, 2023

The nick utility is back, operating in a very similar way as before;
with the same code it will be possible in the future to also change the skin.
Code (Text):
/command CustomName|AllPlayers|reset|getOriginalName CustomName|AllPlayers
Players can use the simple command:
Code (Text):
/command CustomName|reset
to change or reset their name.
Some values in the config has been changed and other are marked for removal.
A Role Update is scheduled, and will bring easier role creation in the config file, removing the & charcter and enabling server owners to create ranks with parameters.
Resolved a problem for which the roles after a server reload won't show up till 1minute after the reload.
----------, Sep 12, 2023

Fixed a bug that prevented the warps to load after a server shutdown
Updated the code used to autocomplete the commands
----------, Sep 10, 2023

Warps have been implemented and tab completer is now only registered once.
Warp commad syntax is simple and intuitive:
Code (Text):
/warp <LocationName>
Only OPs can add and remove warps:
Code (Text):
/warp <LocationName|add|remove> <LocationName>
----------, Sep 8, 2023

Roles were not workin properly and needed a fix
----------, Sep 6, 2023

Added tpa, fully functional; in the configuration file you can set the expiration time of the requests (default 2 min):
Code (Text):
misc:
   TPATimer: 120
The command syntax is simple:
Code (Text):
/tpa <TargetPlayer|allow|deny> <RequestPlayer>
Because it does not use a file but it only uses a virtual table, after a reload or a server restart all the requests will be deleted.
----------, Sep 5, 2023

Permissions are now implemented, those will be useful in future, when a permission manager will be implemented.
"Commands list" command is now implemented and shows a player all the commands he can perform (based on the permissions)
Code (Text):
/commands
----------, Jul 28, 2023

Now all the visual features of Roles and Prefixes are fully functional.
Added two arguments to the Roles command:
Code (Text):
/role setDefault <role>
This set the default role given to a player at firts logon
Code (Text):
/role list
This shows all the roles (before wasn't properly implemented)
----------, Jul 27, 2023

Now all the visual features of Roles and Prefixes are fully functional.
Added two arguments to the Roles command:
Code (Text):
/role setDefault <role>
This set the default role given to a player at firts logon
Code (Text):
/role list
This shows all the roles (before wasn't properly implemented)
----------, Jul 27, 2023

Roles now have the prefixes visible and using the & character you can set the prefix color
----------, Jul 26, 2023

In this update i included the roles function
Code (Text):
/role <add|remove|give|revoke>
witch will be useful later with the prefixes and the custom names.
The suggestions command is useful for the server owner to collect suggestions from the players
Code (Text):
/suggestion
----------, Jul 3, 2023

Is now possible to tab complete commands for a faster execution
----------, Jun 23, 2023

Is now possible to complete the commands using tab for a faster execution
----------, Jun 23, 2023

In this version of the plugin has been added a chunk loading command:
Code (Text):
/chunk <load|unload|list> <all|1|2|3> <ChunkX> <ChunkZ>
To load the chunk you are in just use the load parameter:
Code (Text):
/chunk load
To unload the chunk you are in use the unload parameter only:
Code (Text):
/chunk unload
To unload all the chunks use:
Code (Text):
/chunk unload all
To load chunks using theirs coordinates and theirs world use /chunk load and than 1 for overworld, 2 for nether and 3 for the end, than insert the chunk coordinates as X and Z
For example:
Code (Text):
/chunk load 1 1 1
loads the chunk 1,1 of the overworld.
To unload chunks using theirs coordinates is the same but with the unload parameter
To list the chunks loaded use:
Code (Text):
/chunk list
----------, Jun 22, 2023

Removed all part of the code which aren't used
----------, Jun 22, 2023

A lot of functionalities are removed due to incompatibilities with new bukkit versions, others are implemented:
- coords command, a simple way to transform nether coordinates to overworld coordinates and vice versa;
- a motd.txt file now can be created to show a message to every player that logs in the server;
- sendposition command, an easy way to send your position to other players;
Nick, handcuffs and Visual ban has been removed, hopefully they'll be reintegrated the next version.
----------, Jun 16, 2023

known problems:
-who changes the nick doesn't see the name change, only others can(if you disconnect and reconnect you'll see the change)
-ranks not properly working, rank disappear at player quit
Ranks:
Test ranks as "0001owner" "0002admin" "0003mod" "0004vip" "0005peasant"
Not customizable :(
----------, Feb 8, 2023

Resource Information
Author:
----------
Total Downloads: 658
First Release: Feb 6, 2023
Last Update: Jul 22, 2024
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings