Page: 1 2

1.0.40a Apr 24, 2024
improvements
  • Fixxed wrong version
  • Removed decoration section does not exist

1.0.40 Apr 23, 2024
Bug fix
  • Probably fixxed the opening of gui after 3 minutes and duplicated discord log
  • Bug fix on Join registration Flag
  • small improvements

1.0.39 Apr 18, 2024
New admin commands!
  • added /documentsadmin register <username> <name> <surname> <age> <gender> (requested on discord)
  • added /documentsadmin modify/edit/editplayer <username> <name> <surname> (requested on discord)

1.0.38 Apr 13, 2024
AIR type in anvil gui will remove the item

Added support in anvils gui for AIR type that remove the left or right item in name and surname gui


1.0.37 Apr 3, 2024
Small improve
  • Now the command /documentsadmin unregister <player> can be used in console. 

1.0.36 Mar 22, 2024
improvements to registration commands
  • new config option registration-commands-delay that create a delay between every commands after registration
  • Added a response message on /documentsadmin give-documents-item from console
  • Removed duplicated code
  • Improve the registrationCompleted code
  • Added new default registration command on config.yml that give documents item as default after registration. 

1.0.35 Mar 20, 2024
Small bug fix

Small bug fix


1.0.34 Mar 19, 2024
Improvements, new documents giving type
  • New config options
  • Added new type of giving documents title configurable in config.yml, small improvements to code
  • Improvements to reload
# documents giving type
# chat - will send the message
# gui - will send the customizable gui in documents_gui.yml
# title - will send the title
documents-giving-type: "gui"
documents-title:
  title: "<gradient:#F4A3FF:#FBDFFF>%documents_name% %documents_surname%"
  subtitle: "<gradient:#F4A3FF:#FBDFFF>%documents_age% %documents_gender%"
  fade-in: 2 # in seconds
  fade-out: 2 # in seconds
  stay: 2 # in seconds

1.0.33 Mar 19, 2024
Improvements
  • New configuration option: prevent-closing-gui: true, while true prevents the closing of anvils' GUI.
  • Improved name and surname system (now behaves correctly).

1.0.32 Mar 14, 2024
Documents item and more!
  • Documents now use an inventory framework for guis
  • Fixxed other problems caused by floodgate
  • Now interacting with documents item give documents trought a gui
  • new gui on documentsgui.yml (need to be added manually)
  • Added new cooldown message for documents giving
  • Now /documents give <player> have a cooldown and give a gui
  • Improvements to placeholders, now we have %documents_surname% placeholder that give surname and %documents_name% give only the name 
  • A lot of refactoring and internal changes
# this documents item gui use placeholders
# you can use placeholders from PAPI (PlaceholdrAPI)
# in title (gui title), in item displayname and lore.
documents_item_gui:
  title: "<black>ID Cart of %documents_name% %documents_surname%"
  size: 27
  items:
    example:
      material: BLACK_STAINED_GLASS_PANE
      displayname: "<black>"
      customdata: 0
      lore:
        - ""
      slots:
        - 0
        - 1
        - 2
        - 3
        - 4
        - 5
        - 6
        - 7
        - 8
        - 18
        - 19
        - 20
        - 21
        - 22
        - 23
        - 24
        - 25
        - 26
    name_item: # this identifier cannot be changed
      material: NAME_TAG
      displayname: "<gradient:#F4A3FF:#FBDFFF>Name %documents_name%"
      lore:
        - "<gradient:#F4A3FF:#FBDFFF>This is the name"
      customdata: 0
      slots:
        - 12
    surname_item: # this identifier cannot be changed
      material: NAME_TAG
      displayname: "<gradient:#F4A3FF:#FBDFFF>Surname %documents_surname%"
      lore:
        - "<gradient:#F4A3FF:#FBDFFF>This is surname"
      customdata: 0
      slots:
        - 13
    gender_item: # this identifier cannot be changed
      material: NAME_TAG
      displayname: "<gradient:#F4A3FF:#FBDFFF>Gender %documents_gender%"
      lore:
        - "<gradient:#F4A3FF:#FBDFFF>This is the gender"
      customdata: 0
      slots:
        - 14
    age_item: # this identifier cannot be changed
      material: NAME_TAG
      displayname: "<gradient:#F4A3FF:#FBDFFF>Age %documents_age%"
      lore:
        - "<gradient:#F4A3FF:#FBDFFF>This is the age"
      customdata: 0
      slots:
        - 15

1.0.31 Mar 12, 2024
Improvements!
  • Changed colors of default langs and gui files
  • Fixxed some missspelling on config.yml
  • Added two new option on config.yml open-register-onjoin: false/true 
    open the documents registration gui
  • and delay-open-register-onjoin: 6 #seconds 
    open the documents registration gui while the player joins after a delay (default 6 second)

1.0.30 Mar 12, 2024
Bug fix
  • Fixxed an issue of using wrong async on document item
  • Fixxed an issue on right clicking on a document item
  • Refactoring
  • Fixxed a bug with /documents register command

1.0.29 Mar 12, 2024
New region flag, and improvements
  • Better logic on /documents register 
  • Added new WorldGuard flag: join registration flag, that open the registration guis while a player join in a region. 
  • General improvements

1.0.28a Mar 11, 2024
Fix floodgate case sensitive

Fix floodgate case sensitive


1.0.28 Mar 11, 2024
Fixxed bedrock support

Fixxed bedrock support


1.0.27 Mar 10, 2024
Removed geyser, only floodgate was needed

Removed geyser, only floodgate was needed


1.0.26 Mar 10, 2024
Bugreport and other improvements
  • Added new command /documentsadmin bugreport
  • Small code improvements

1.0.25 Mar 10, 2024
Folia support & Update checker! New wiki page compatibilities
  • Folia support!
  • Added Update checker
  • New wiki page with all compatibilities

DVVo0DA.png


1.0.24 Mar 6, 2024
Bug fix
  • Fixxed /documentsadmin unregister <playername> | now working correctly
Previous important version
  • Fixxed invalid character if you write the First letter maiusc
  • Fixxed customdata not working on main gui decorative items
  • ADDED GEYSER SUPPORT!
  • X23W1jv.png 

1.0.23 Mar 6, 2024
GEYSER SUPPORT AND BUG FIX!
  • Fixxed invalid character if you write the First letter maiusc
  • Fixxed customdata not working on main gui decorative items
  • ADDED GEYSER SUPPORT!
X23W1jv.png 

1.0.22 Mar 2, 2024
Improvements to words filter and more!
  • Name and Username Restrictions: To improve user experience and data integrity, we have updated the character restrictions for names and usernames. Special characters such as underscores (_), periods (.), commas (,), and square brackets ([]) are no longer permitted.
  • Enhanced Word Filter: We've significantly improved our word filtering system to ensure a safer and more respectful community environment. The filter is now more effective and efficient in identifying and blocking inappropriate content.
  • Geyser SUPPORT IS COMING IN THE NEXT VERSION

1.0.21 Feb 29, 2024
Improvements!
  • Improved tabcompleter for all admins commands
  • Improved tabcompleter for give document command
  • fixxed the not parsing of unregister message
  • Improved unregister system

1.0.20 Feb 29, 2024
Small improvements
  • Probably fix /documentsadmin unregister <player> don't update cache
  • Small improvements

1.0.19 Feb 26, 2024
small improvements
  • Refactoring
  • Changed default documents item from KNOWLEDGE_BOOK to BOOK

1.0.18a Feb 19, 2024
Bug fix
  • Bug fix
  • Added minimun character for name and surname to 3 char
  • Code refactoring and clean up

Page: 1 2