mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-11-27 04:55:31 +01:00
update ReadMe
This commit is contained in:
parent
f37b05bd6a
commit
d2c1311800
@ -18,7 +18,7 @@ Please see the related topic at spigotmc.org for information regarding the comma
|
|||||||
https://www.spigotmc.org/resources/1-13-chestsort.59773/
|
https://www.spigotmc.org/resources/1-13-chestsort.59773/
|
||||||
|
|
||||||
## Building .jar file
|
## Building .jar file
|
||||||
To build the .jar file, you will need maven. Also, the CrackShot library is in no public repository, you please create a lib directory and put the latest CrackShot.jar inside it. Now you can do `mvn install`
|
To build the .jar file, you will need maven. Also, the CrackShot library is in no public repository, so please create a directory called `lib` and put the latest CrackShot.jar file inside it. Now you can do `mvn install`
|
||||||
|
|
||||||
## Technical stuff
|
## Technical stuff
|
||||||
ChestSort takes an instance of org.bukkit.inventory.Inventory and copies the contents. The resulting array is sorted by rules defined in the config.yml. This takes far less than one millisecond for a whole chest. So there should be no problems even on big servers, where hundreds of players are using chests at the same time.
|
ChestSort takes an instance of org.bukkit.inventory.Inventory and copies the contents. The resulting array is sorted by rules defined in the config.yml. This takes far less than one millisecond for a whole chest. So there should be no problems even on big servers, where hundreds of players are using chests at the same time.
|
||||||
|
Loading…
Reference in New Issue
Block a user