Page: 1 2

1.0.10 May 26, 2023
Solved issue with version of plugin
  • Solved issue with version of plugin

1.0.9 May 24, 2023
Premium version checker

Released Free version: https://polymart.org/resource/shrines-free-version.4140
Added premium checker 


1.0.8 May 24, 2023
Enhanced Teleport GUI and Improved EditorGUI
  • Added a new status item feature to the teleport GUI, allowing users to mark teleport destinations as either completed or incomplete.
  • Updated the EditorGUI to include a new section called "ItemSection," which contains configurations for two different items.
  • Introduced an incomplete item option for users who have not yet unlocked the shrine.
  • Improved the overall functionality and user experience of the teleport GUI and EditorGUI.
    item:
      completed:
        icon: STONE_BRICKS #Icon of the shrine teleport GUI
        displayname: '<yellow>Shrine 1 item' #Display name of the shrine
        lore:
          - '<rainbow>This is a custom lore!' #Lore of the shrine teleport GUI
        custom-model-data: 1000 #Custom model data of the shrine teleport GUI
        slots: # you can set the item for one or more slots
          - 0
          - 1
          - 2
          - 3
      incomplete:
        icon: STONE_BRICKS #Icon of the shrine teleport GUI
        displayname: '<yellow>Shrine 1 item' #Display name of the shrine
        lore:
          - '<rainbow>This is a custom lore!' #Lore of the shrine teleport GUI
        custom-model-data: 1000 #Custom model data of the shrine teleport GUI
        slots: # you can set the item for one or more slots
          - 0
          - 1
          - 2
          - 3

Attention, after inserting the jar with the new version, execute "/shrine reload" twice to ensure that all the new modifications are generated.


1.0.7 May 24, 2023
Enhanced Teleport System and Additional Features
  • Implemented a new teleport system called "Connected" which provides improved options for selecting teleport types.
  • Added two new default options: "Connected" for selecting the desired teleport type, and "open-teleport-on-enter" that opens the teleport GUI upon entering a completed/unlocked shrine.
  • Included a missing message for users who do not have the necessary permissions to access certain features.
  • Introduced a new command that informs users if they are not within the designated region.
  • Made several small improvements and enhancements throughout the system.

    Add this to your config.yml change teleport-type to connected if you want connected feature 
  • You can find more on docs: https://docs.anotherlevel.it/documentation/shrine/teleport-system
# teleport gui options
# there are two type of teleport,
# connected - default(command)
# see more information on docs!
# https://docs.anotherlevel.it/documentation/shrine/teleport-system
teleport-type: default
teleport-gui-size: 54
open-teleport-on-enter: false # open the teleport gui when you enter in a shrine

Attention, after inserting the jar with the new version, execute "/shrine reload" twice to ensure that all the new modifications are generated.


1.0.6 May 23, 2023
Better user experience
  • Improved EdtiorGUI edited the name of action from lore to displayname
  • Improved Message on insert new values 

Replace this in messages.yml OR remove the string and do /shrines reload

insert-new-value: ' <gradient:#27E3FB:#277AFB:blue>[Shrines] <green>Insert %type% <green>in chat to assign new value. <newline> <gray>Write <red>cancel <gray>if you want to cancel the operation.'

 


1.0.5 May 23, 2023
Enhanced Message Handling and Improved User Interface
  • Implemented an automatic checker in MessagesYml to identify if a message does not exist and generate it dynamically.
  • Added messages for inserted values and the creation of a shrine.
  • Introduced a system that allows users to re-open the EditorGUI and insert/change/cancel values.
  • Addressed a missing string issue, now providing clear information on what is being edited in EditorGUI.

Attention, after inserting the jar with the new version, execute "/shrine reload" twice to ensure that all the new modifications are generated.


1.0.4 May 23, 2023
New Features and Enhancements
  • Added complete editor system for the new item section.
  • Included missing unlocked section for improved user experience.

1.0.3 May 23, 2023
New Items Section, Slot System, Custom Model Data
  • Added a new "items" section for each shrine, allowing customization of the item within the Teleport GUI.
  • Implemented a slot system to assign the same item to multiple slots.
  • Added support for custom model data.

Note: In the next patch, the ability to modify all these values will be included in the GUI editor. Currently, they can be modified within the "shrines.yml" file. Additionally, to generate new default strings for the new item section, use the command "/shrine reload".


1.0.2 May 22, 2023
Improvements to classLoader
  • Made some improvements to Paper class Loader

1.0.1 May 22, 2023
TabComplete
  • Added missing Tabcomplete

First Release May 22, 2023

Page: 1 2