
Documents | BEDROCK SUPPORT! 1.0.57
Add identity card into your minecraft server
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.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 #secondsopen 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.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
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!