SimpleClaimSystem ✅ [1.18-1.21.4] Fully configurable ⚙️ Folia & Bedrock supported!⚡ icon

SimpleClaimSystem ✅ [1.18-1.21.4] Fully configurable ⚙️ Folia & Bedrock supported!⚡ -----

Full claim system with PAPI, Dynmap, Bluemap, Pl3xmap, Vault and WorldGuard support!



Fix issues and add an editable system for guis menu
- Remove guis' title in language file (now in guis files)
+ Fix a minor issue with tab complete

+ Add a editable system for guis menu

- You can now edit any guis menu of the plugin
- PlaceholderAPI support (for titles and lores)
- ItemsAdder support for custom model data (for materials)
Code (Text):

# ****************************
# *  GUI settings : members  *
# ****************************

# PlaceholderAPI support for gui title and custom items titles/lores
# ItemsAdder support for material and custom_model_data
# Make sure the slot is between 0 and (rows-count * 9)
# Materials : https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
# Don't forget to enable custom_model_data if you're using it

gui-title: "Members: %name% (Page %page%)"
rows: 6

# This is the interval of slots in which the members of a claim will be displayed
# list-end-slot must be > list-start-slot
list-start-slot: 0
list-end-slot: 44

custom_items: {}
  # example_item:
    # title: "§aThis is an example item!"
    # lore: "§fline 1\n§byou can put differents lines!\n§dline 3\n§cDisable this item in guis/settings.yml"
    # slot: 45
    # material: DIAMOND_SWORD
    # custom_model_data: false
    # custom_model_data_value: 0

items:

  # /!\ DON'T CHANGE NAME OF ITEMS (like "back-page-list")

  # Bottom items
  back-page-list:
    slot: 48
    material: ARROW
    custom_model_data: false
    custom_model_data_value: 0
  back-page-settings:
    slot: 48
    material: ARROW
    custom_model_data: false
    custom_model_data_value: 0
  next-page-list:
    slot: 50
    material: ARROW
    custom_model_data: false
    custom_model_data_value: 0
 
  # Player item
  # If material = PLAYER_HEAD, this will be the target player's head
  # Slots can be configure just above with list-start-slot and list-end-slot
  player-item:
    material: PLAYER_HEAD
    custom_model_data: false
    custom_model_data_value: 0
 
Example of using custom model data with ItemsAdder :
Code (Text):

custom_items:
  example_item:
    title: "§aThis is an example item!"
    lore: "§fline 1\n§byou can put differents lines!\n§dline 3\n§cDisable this item in guis/settings.yml"
    slot: 45
    material: mycustomitemfromitemsadder
    custom_model_data: true
    custom_model_data_value: 52685 # id of custom model data item
 

+ Remove the second page of settings
upload_2024-3-20_19-55-33.png
----------, Mar 20, 2024
Resource Information
Author:
----------
Total Downloads: 25,983
First Release: Mar 10, 2024
Last Update: Feb 13, 2025
Category: ---------------
All-Time Rating:
33 ratings
Find more info at xyness.gitbook.io...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings