ChestSort | 1.20.x | Spigot

ChestSort | 1.20.x | Spigot

Minecraft Version
  1. 1.20
ChestSort
Sort you chest in a fast way

Server requirements:
- spigot 1.20.1
- java 1.17

Installation (plug and play):
1. Put the .jar file into your plugins folder
2. Run your server -> done

Functions:

- Sort your chest with shift + left click on any chest
- Sort by alphabetical order
- Sort by amount of items order

Permission:
- chestsort.use

2024-02-16_00.48.50.png


2024-02-16_00.49.02.png


2024-02-16_00.49.09.png


2024-02-16_00.49.19.png


2024-02-16_00.50.27.png
Code:
# Chest sort
# Plugin by Delta203
# v1.20.1 Spigot, Java 17

permission: 'chestsort.use'
disabledWorlds:
  - 'test'

# Type NONE for no sound
sounds:
  openGui: BLOCK_CHEST_OPEN
  success: BLOCK_NOTE_BLOCK_PLING
  fail: BLOCK_NOTE_BLOCK_BASS

# GUI configurations
# Type NONE at glass for no glass
# Placeholders:
#   %x%, %y%, %z%: Coordinates
#   %s%: New line for lore
gui:
  size: 9
  title: '§8Sort chest'
  glass: BLACK_STAINED_GLASS_PANE
  items:
    chest:
      slot: 9
      name: '§7Position§8:'
      material: CHEST
      lore: '§7X§8: §e%x%%s%§7Y§8: §e%y%%s%§7Z§8: §e%z%'
    sort_A_Z:
      slot: 1
      name: '§aSort§8: §7A->Z'
      material: NETHER_STAR
      lore: '§7Click here to%s%§7sort the chest!'
    sort_amount:
      slot: 2
      name: '§aSort§8: §7Amount'
      material: PRISMARINE_CRYSTALS
      lore: '§7Click here to%s%§7sort the chest!'
Author
Delta203
Price
€0.00
First release

Latest updates

  1. ChestSort V1.1

    - spigot 1.20.1 - maven 4.0.0 - better algorithm - better code structure