<mavenModuleSetBuild _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by Brokkonaut</shortDescription></cause></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>198</buildNumber><marked><SHA1>071d4a93929576df7bdf9b97b2422e4d8aa0cd64</SHA1><branch><SHA1>071d4a93929576df7bdf9b97b2422e4d8aa0cd64</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>071d4a93929576df7bdf9b97b2422e4d8aa0cd64</SHA1><branch><SHA1>071d4a93929576df7bdf9b97b2422e4d8aa0cd64</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>071d4a93929576df7bdf9b97b2422e4d8aa0cd64</SHA1><branch><SHA1>071d4a93929576df7bdf9b97b2422e4d8aa0cd64</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/Brokkonaut/ChestShop-3</remoteUrl><scmName></scmName></action><action></action><action _class='hudson.maven.reporters.SurefireAggregatedReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>6</totalCount><urlName>testReport</urlName></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><artifact><displayPath>ChestShop.jar</displayPath><fileName>ChestShop.jar</fileName><relativePath>target/ChestShop.jar</relativePath></artifact><building>false</building><displayName>#198</displayName><duration>15767</duration><estimatedDuration>10049</estimatedDuration><fullDisplayName>ChestShop #198</fullDisplayName><id>198</id><inProgress>false</inProgress><keepLog>false</keepLog><number>198</number><queueId>31278</queueId><result>SUCCESS</result><timestamp>1704757652376</timestamp><url>https://www.iani.de/jenkins/view/all/job/ChestShop/198/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>pom.xml</affectedPath><commitId>2185457af593dbf6281fea23e692baf681ebbe78</commitId><timestamp>1703032138000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Update Maven repository URL to HTTPS

The Maven repository URL for sk89q has been updated from HTTP to HTTPS, to ensure that all artifacts are securely downloaded. This change improves security measures while downloading dependencies.
</comment><date>2023-12-20 01:28:58 +0100</date><id>2185457af593dbf6281fea23e692baf681ebbe78</id><msg>Update Maven repository URL to HTTPS</msg><path><editType>edit</editType><file>pom.xml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><commitId>82d8fcdf9229b65f3c7f9520248e5a5ce788c44e</commitId><timestamp>1703105134000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Add ownership and access management to ChestShopSign

This update introduces new methods to the ChestShopSign class in the ChestShop plugin for handling ownership and access. The isOwner and isAccessor methods leverage persistent data containers and Bukkit's NamespacedKey to identify if a player is the owner or has access to a shop, respectively. It also provides functionality for adding and removing accessors persistently.
</comment><date>2023-12-20 21:45:34 +0100</date><id>82d8fcdf9229b65f3c7f9520248e5a5ce788c44e</id><msg>Add ownership and access management to ChestShopSign</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><commitId>39989efd926397c9a8d64d6a37486ba37ec4bfd3</commitId><timestamp>1703105419000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Add admin shop detection to ChestShopSign

This update modifies the ChestShopSign class to improve admin shop detection. By incorporating a new NamespacedKey, ADMINSHOP_NAMESPACED_KEY, and associating it with the sign's persistent data container, the updated code increases the efficiency and reliability of determining if a shop is an admin shop.
</comment><date>2023-12-20 21:50:19 +0100</date><id>39989efd926397c9a8d64d6a37486ba37ec4bfd3</id><msg>Add admin shop detection to ChestShopSign</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/CreationFeeGetter.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Security.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRemovalLogger.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/TerrainChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ChestChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/ShopCreationLogger.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/SignSticker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/Break/SignBreak.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRefundListener.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/NameChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Plugins/ChestShop.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/MoneyChecker.java</affectedPath><commitId>0be745e954cfe2b5a690d0baaf96ac96ae0bfaea</commitId><timestamp>1703107991000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Optimize admin shop detection with NamespacedKey

Revised the ChestShopSign class to enhance the process of identifying an admin shop. This involved the new creation and utilization of the NamespacedKey, ADMINSHOP_NAMESPACED_KEY, linked with the sign's persistent data container. The modification improves the performance and accuracy of the admin shop detection.
</comment><date>2023-12-20 22:33:11 +0100</date><id>0be745e954cfe2b5a690d0baaf96ac96ae0bfaea</id><msg>Optimize admin shop detection with NamespacedKey</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/MoneyChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ChestChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/CreationFeeGetter.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/NameChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRemovalLogger.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Security.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/SignSticker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/Break/SignBreak.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Plugins/ChestShop.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRefundListener.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/TerrainChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/ShopCreationLogger.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/ChestShop.java</affectedPath><commitId>ce4387e8d19e6a56b5b426a9af860c528ea9cfdb</commitId><timestamp>1703108301000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Introduce NamespacedKey for admin shop detection

The code has been updated to improve the admin shop detection process using a NamespacedKey. This change involves initializing this new NamespacedKey in the ChestShopSign class and using it with the sign's persistent data container. This enhancement will offer an optimized performance and accuracy in identifying admin shops.
</comment><date>2023-12-20 22:38:21 +0100</date><id>ce4387e8d19e6a56b5b426a9af860c528ea9cfdb</id><msg>Introduce NamespacedKey for admin shop detection</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/ChestShop.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>pom.xml</affectedPath><commitId>ad1fae991cebdef363881d00893a9f9917de85bb</commitId><timestamp>1703108445000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Update Maven repository URL to HTTPS

The Maven repository URL for sk89q has been updated from HTTP to HTTPS, to ensure that all artifacts are securely downloaded. This change improves security measures while downloading dependencies.

(cherry picked from commit 2185457af593dbf6281fea23e692baf681ebbe78)
</comment><date>2023-12-20 22:40:45 +0100</date><id>ad1fae991cebdef363881d00893a9f9917de85bb</id><msg>Update Maven repository URL to HTTPS</msg><path><editType>edit</editType><file>pom.xml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java</affectedPath><commitId>0e84ac4e5089af70d0491814c3a3e519c90e2adf</commitId><timestamp>1703111414000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Remove unused UUID retrievals methods in NameManager

The methods getUUIDFor and getUUIDForFullName were removed from the NameManager class. These methods were found to be unnecessary or unused. The ChestShopSign class had also been modified to include handling of admin shop sign UUIDs directly, paving the way for more efficient and streamlined admin shop management.
</comment><date>2023-12-20 23:30:14 +0100</date><id>0e84ac4e5089af70d0491814c3a3e519c90e2adf</id><msg>Remove unused UUID retrievals methods in NameManager</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java</affectedPath><commitId>7bea5815453888d7d756c9589cbff321bb2f55d5</commitId><timestamp>1703114055000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Add method for UUID retrieval and improve sign management

Introduced a function in the NameManager class to fetch UUIDs using short names. In the ChestShopSign class, enhanced the management of admin shop signs by refining checks for the same and optimizing the way in which owner data is stored. This will facilitate easier updating of existing signs, improved admin shops' management, and the efficiency of all operations related to the owner.
</comment><date>2023-12-21 00:14:15 +0100</date><id>7bea5815453888d7d756c9589cbff321bb2f55d5</id><msg>Add method for UUID retrieval and improve sign management</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Plugins/ChestShop.java</affectedPath><commitId>ce71e714702b3feddee7522222cdacf263848fc6</commitId><timestamp>1703114261000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Update 'isShopMember' function in ChestShop class

Updated 'isShopMember' function in the ChestShop.java class to check if a player is not only an accessor but also an owner. This modification optimizes and improves sign management; making it more convenient to update existing signs and manage admin shops.
</comment><date>2023-12-21 00:17:41 +0100</date><id>ce71e714702b3feddee7522222cdacf263848fc6</id><msg>Update 'isShopMember' function in ChestShop class</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Plugins/ChestShop.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</affectedPath><commitId>cb363ec7024e64d9f8b3d8c3ba79c6b1f303f724</commitId><timestamp>1703115050000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Add 'setAdminshop' and 'setOwner' functions in ChestShopSign class

Added 'setAdminshop' and 'setOwner' functions in ChestShopSign.java to handle shop ownership and status updates. These new utilities make it easier to manage shop signs by differentiating between admin and player-owned shops and by permitting the direct assignment of owners.
</comment><date>2023-12-21 00:30:50 +0100</date><id>cb363ec7024e64d9f8b3d8c3ba79c6b1f303f724</id><msg>Add 'setAdminshop' and 'setOwner' functions in ChestShopSign class</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><commitId>9eacee45e7fa5a154b6e9b1c0ceac20853ae0647</commitId><timestamp>1703115472000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Update sign immediately in 'setAdminshop', 'setOwner' and 'saveAccessors'

Refactor code in ChestShopSign.java to immediately update sign after changes in functions: 'setAdminshop', 'setOwner', and 'saveAccessors'. This helps to ensure that all the changes are immediately reflected on the respective shop signs.
</comment><date>2023-12-21 00:37:52 +0100</date><id>9eacee45e7fa5a154b6e9b1c0ceac20853ae0647</id><msg>Update sign immediately in 'setAdminshop', 'setOwner' and 'saveAccessors'</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/ChestShop.java</affectedPath><affectedPath>src/main/resources/plugin.yml</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/RemoveAccessor.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</affectedPath><commitId>b40420ddaab392c38fd5357bf2af943515cad072</commitId><timestamp>1703116160000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Add accessor addition and removal commands

This update includes the implementation of `AddAccessor` and `RemoveAccessor` commands, allowing users to add or remove an accessor from a shop. Additionally, new user messages that tie into these commands have been defined in `Configuration/Messages.java`. Changes have been reflected in plugin.yml file and invoked in the main ChestShop class.
</comment><date>2023-12-21 00:49:20 +0100</date><id>b40420ddaab392c38fd5357bf2af943515cad072</id><msg>Add accessor addition and removal commands</msg><path><editType>add</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/RemoveAccessor.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/ChestShop.java</file></path><path><editType>add</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</file></path><path><editType>edit</editType><file>src/main/resources/plugin.yml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><commitId>d9b70bdabaf8a844865992d57abf265ce02c99b9</commitId><timestamp>1703873058000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Change data structure in 'saveAccessors' to HashSet

Replaced Arrays.asList with a new HashSet in the 'saveAccessors' function of ChestShopSign.java. This change improves data uniqueness and prevents possible duplications of entries.
</comment><date>2023-12-29 19:04:18 +0100</date><id>d9b70bdabaf8a844865992d57abf265ce02c99b9</id><msg>Change data structure in 'saveAccessors' to HashSet</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/RemoveAccessor.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</affectedPath><commitId>203fef8d9aaa552fdef57ae025ed7e3461f6dfa8</commitId><timestamp>1703873287000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Updated accessor methods to use UUIDs

Updated the ChestShopSign's accessor methods in RemoveAccessor.java and AddAccessor.java to use UUIDs instead of player names for better tracking and handling of user identities. The changes include the addition of UUID import, new error messages in Configuration/Messages.java, and modification in getAccessors method in ChestShopSign.java.
</comment><date>2023-12-29 19:08:07 +0100</date><id>203fef8d9aaa552fdef57ae025ed7e3461f6dfa8</id><msg>Updated accessor methods to use UUIDs</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/RemoveAccessor.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</affectedPath><commitId>b4b55b7513136684729ca002ddeef16eda959b12</commitId><timestamp>1703873596000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Added owner access restriction for shop

Integrated a check in the AddAccessor.java file to prevent the owner of a shop from being added as an accessor, returning an error message defined in the Messages.java file in such instances. This ensures the owner's privileges are not unintentionally downgraded or altered.
</comment><date>2023-12-29 19:13:16 +0100</date><id>b4b55b7513136684729ca002ddeef16eda959b12</id><msg>Added owner access restriction for shop</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</affectedPath><commitId>255ddc3963f3e3cabc84f92f2b4f05b9a187866b</commitId><timestamp>1703874223000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Add show owner information feature

This update introduces a new feature that displays additional information about the shop owner when they interact with their shop. Included in this update is also the display of a list of accessors to aid user interaction. To support this new feature, relevant messages have been added to the Messages.java file.
</comment><date>2023-12-29 19:23:43 +0100</date><id>255ddc3963f3e3cabc84f92f2b4f05b9a187866b</id><msg>Add show owner information feature</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</affectedPath><commitId>2e84c34ad569fa8bb95a0423723ffbd4b2cc9d68</commitId><timestamp>1703874960000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor variables and handle empty accessor data

The variable name in the loop has been changed from 'string' to 'accessorUUID' in PlayerInteract.java for better clarity. Alongside this renaming, the code in ChestShopSign.java has been updated to return an empty HashSet when no accessor data exists to avoid any potential errors or misinterpretations.
</comment><date>2023-12-29 19:36:00 +0100</date><id>2e84c34ad569fa8bb95a0423723ffbd4b2cc9d68</id><msg>Refactor variables and handle empty accessor data</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java</affectedPath><commitId>2a0dbea2a96bddb7dd42a46e8201f928ade63ce5</commitId><timestamp>1703875634000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Add getUUIDForFullName method in NameManager

The getUUIDForFullName method was added in the NameManager class to retrieve the UUID for the given full name. The function retrieves the corresponding UUID from the fullNamesToUUID map after converting the provided name to lowercase.
</comment><date>2023-12-29 19:47:14 +0100</date><id>2a0dbea2a96bddb7dd42a46e8201f928ade63ce5</id><msg>Add getUUIDForFullName method in NameManager</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/SetItem.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/LegacyChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/SetPrice.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/SetAmount.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/BlockPlace.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/Break/SignBreak.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Plugins/ChestShop.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/RemoveAccessor.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/RestrictedSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Utils/uBlock.java</affectedPath><commitId>65cb03947849ad7d8477898a53d58e16dee2822f</commitId><timestamp>1704031597000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Update ChestShopSign validation method

The validation method "isValid" in the ChestShopSign class has been replaced with "isLegacyValid". Changes were made across multiple files where this method is used. Additionally, import sections were tidied in several classes, grouping related imports together.
</comment><date>2023-12-31 15:06:37 +0100</date><id>65cb03947849ad7d8477898a53d58e16dee2822f</id><msg>Update ChestShopSign validation method</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/SetItem.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/RestrictedSign.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/BlockPlace.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</file></path><path><editType>add</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/LegacyChestShopSign.java</file></path><path><editType>add</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/SetAmount.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Plugins/ChestShop.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Utils/uBlock.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/Break/SignBreak.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/RemoveAccessor.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/SetPrice.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Plugins/ChestShop.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/RestrictedSign.java</affectedPath><commitId>21c6774eb36a6ca146e62fd74d747ae1e90dac59</commitId><timestamp>1704031818000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Update ChestShopSign validation check

The validation check "isLegacyValid" in the ChestShopSign class has been replaced with "isChestShop". Changes were done in the ChestShop, RestrictedSign, and ChestShopSign classes where this method was called. A new validation function "isChestShop" was also added to check if a block is a ChestShop sign.
</comment><date>2023-12-31 15:10:18 +0100</date><id>21c6774eb36a6ca146e62fd74d747ae1e90dac59</id><msg>Update ChestShopSign validation check</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Plugins/ChestShop.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/RestrictedSign.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</affectedPath><commitId>0dc6dc8f3f8a10163158fe0c49e3c0e872866b7f</commitId><timestamp>1704032230000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor ItemChecker and PlayerInteract classes

Removed ItemChecker class and restructured PlayerInteract class to utilize ChestShopMetaData for improved efficiency and simplicity in code management. The approach minimizes direct sign line manipulation in favor of pre-computed metadata, thereby reducing error possibilities and improving code legibility.
</comment><date>2023-12-31 15:17:10 +0100</date><id>0dc6dc8f3f8a10163158fe0c49e3c0e872866b7f</id><msg>Refactor ItemChecker and PlayerInteract classes</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</file></path><path><editType>delete</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</affectedPath><commitId>6979486bb0a7602c46b90fa64043bba8748b86d0</commitId><timestamp>1704032612000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor ItemChecker and PlayerInteract classes

The ItemChecker class has been removed and the PlayerInteract class has been reframed to use ChestShopMetaData. This enhances code efficiency and simplicity. Direct sign line manipulation has been minimized in favor of using pre-calculated metadata, thus reducing potential errors and improving code readability.
</comment><date>2023-12-31 15:23:32 +0100</date><id>6979486bb0a7602c46b90fa64043bba8748b86d0</id><msg>Refactor ItemChecker and PlayerInteract classes</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><commitId>350a3be0eb915ef02f2ad254ea584ee02ef1508b</commitId><timestamp>1704032776000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Enhance sign manipulation by using ChestShopMetaData

The PlayerInteract class has been updated to use ChestShopMetaData instead of direct sign line manipulation. This has not only improved code efficiency and readability, but also reduced the possibility of errors. Besides, accessors management has been added in Sign class to better manage access control.
</comment><date>2023-12-31 15:26:16 +0100</date><id>350a3be0eb915ef02f2ad254ea584ee02ef1508b</id><msg>Enhance sign manipulation by using ChestShopMetaData</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/SetPrice.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/SetAmount.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/SetItem.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/RemoveAccessor.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Utils/uBlock.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</affectedPath><commitId>fe6e05ef34e1d4b79d77523104b12bc8f8ee2c66</commitId><timestamp>1704032928000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Remove commands SetAmount, SetItem, SetPrice, and refactor isChestShop method

Removed SetAmount, SetItem and SetPrice commands for ChestShop giant cleanup. Also replaced ChestShopSign.isLegacyValid method with isChestShop for more precise sign checking in the uBlock, RemoveAccessor, and AddAccessor classes. These improvements aim to streamline the codebase and minimize future debugging efforts.
</comment><date>2023-12-31 15:28:48 +0100</date><id>fe6e05ef34e1d4b79d77523104b12bc8f8ee2c66</id><msg>Remove commands SetAmount, SetItem, SetPrice, and refactor isChestShop method</msg><path><editType>delete</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/SetPrice.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/RemoveAccessor.java</file></path><path><editType>delete</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/SetAmount.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Utils/uBlock.java</file></path><path><editType>delete</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/SetItem.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/BlockPlace.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/Break/SignBreak.java</affectedPath><commitId>a2c24b69ff2bf449175e6f535e73346b557fc2ab</commitId><timestamp>1704033059000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor sign checking method in ChestShop plugin

Replaced the isLegacyValid method with isChestShop in various classes for more accurate sign validation in the ChestShop plugin. This enhances the clarity of the code, allowing for easier understanding and debugging in the future.
</comment><date>2023-12-31 15:30:59 +0100</date><id>a2c24b69ff2bf449175e6f535e73346b557fc2ab</id><msg>Refactor sign checking method in ChestShop plugin</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/BlockPlace.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/Break/SignBreak.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/LegacyChestShopSign.java</affectedPath><commitId>f99ceb3c880bb7e2e73445423827251ab864adf4</commitId><timestamp>1704035207000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Update sign creation and check logic

Refactored the sign creation process and added logic in ChestShop listener to handle autofill items. Extracted methods to check sign validity into ChestShopSign class for better encapsulation. Also, moved the price parsing logic to use methods from ChestShopSign. This change improves code readability and the robustness of the sign creation process.
</comment><date>2023-12-31 16:06:47 +0100</date><id>f99ceb3c880bb7e2e73445423827251ab864adf4</id><msg>Update sign creation and check logic</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/LegacyChestShopSign.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</affectedPath><commitId>ec4563b53858d239884084165d4bb08454169d2e</commitId><timestamp>1704035399000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor sign creation process and add autofill items logic

Updated the sign creation process in ChestShop listener to include validation of autofill items via a new getItemStack method. Also, refactored the ChestShopSign class to handle the encapsulation of sign validity checks, improving code readability and robustness.
</comment><date>2023-12-31 16:09:59 +0100</date><id>ec4563b53858d239884084165d4bb08454169d2e</id><msg>Refactor sign creation process and add autofill items logic</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Security.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRemovalLogger.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/QuantityChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/PermissionChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Economy/Economy.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Modules/PriceRestrictionModule.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/ShopCreationLogger.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/Break/SignBreak.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/ShopCreatedEvent.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PostTransaction/EmptyShopDeleter.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/ChestShop.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRefundListener.java</affectedPath><commitId>c4fb1c2b63739390861054a424b7ea049f279d4f</commitId><timestamp>1704036493000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor sign validation and creation in ChestShop

Updated the sign creation process to handle item autofill validation directly. Included changes to the ChestShopSign class to centralize sign validity checks, therefore enhancing code readability and consistency. Various adjustments throughout the codebase were made to support these changes.
</comment><date>2023-12-31 16:28:13 +0100</date><id>c4fb1c2b63739390861054a424b7ea049f279d4f</id><msg>Refactor sign validation and creation in ChestShop</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Economy/Economy.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/Break/SignBreak.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/QuantityChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PostTransaction/EmptyShopDeleter.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Security.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/ShopCreationLogger.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/PermissionChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/ChestShop.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRefundListener.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Modules/PriceRestrictionModule.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/ShopCreatedEvent.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRemovalLogger.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</affectedPath><affectedPath>src/test/java/com/Acrobot/ChestShop/Tests/PriceCheckerTest.java</affectedPath><commitId>a241a18518a73049f91d5ad520c1737185286fe6</commitId><timestamp>1704036872000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Update itemStack to read from correct event line in SignCreate

This update fixes a bug where the itemStack was incorrectly read from event.getLine(4) instead of event.getLine(3) in the SignCreate class. This change ensures the correct line from the event is read, avoiding potential errors in the sign creation process. The PriceCheckerTest has also been removed reflecting the current state of the codebase.
</comment><date>2023-12-31 16:34:32 +0100</date><id>a241a18518a73049f91d5ad520c1737185286fe6</id><msg>Update itemStack to read from correct event line in SignCreate</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</file></path><path><editType>delete</editType><file>src/test/java/com/Acrobot/ChestShop/Tests/PriceCheckerTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ChestChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/TerrainChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/MoneyChecker.java</affectedPath><commitId>a7944fd74f7e8c7cf46052032d84ce5d6e05a352</commitId><timestamp>1704037202000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor check method for admin shop in PreShopCreation events

The commit replaces `isAdminShop(event.getSign())` with `isAdminshopLine(event.getOwnerName())` in PreShopCreation events across TerrainChecker, ChestChecker, and MoneyChecker files. This change enhances the checking mechanism for admin shops, thus improving the shop creation process.
</comment><date>2023-12-31 16:40:02 +0100</date><id>a7944fd74f7e8c7cf46052032d84ce5d6e05a352</id><msg>Refactor check method for admin shop in PreShopCreation events</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/MoneyChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/TerrainChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ChestChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</affectedPath><commitId>99d832ca5804586f2d78c462a640068bb73fc05d</commitId><timestamp>1704037624000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Make ItemStack final in PreShopCreationEvent class

The change includes making `itemStack` final in the `PreShopCreationEvent` class. It ensures that the item details remain constant and secure during the process of shop creation. This improves data integrity and allows consistent information to be shared with the player during sign creation.
</comment><date>2023-12-31 16:47:04 +0100</date><id>99d832ca5804586f2d78c462a640068bb73fc05d</id><msg>Make ItemStack final in PreShopCreationEvent class</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ErrorMessageSender.java</affectedPath><commitId>ebb478dbb2fcb2be936803dec9b5329d12da7541</commitId><timestamp>1704037682000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Remove invalid price error message in pre-shop creation

This commit removes the error message indicating an invalid price from the pre-shop creation process. This isn't needed anymore, as price validation has now been handled elsewhere, reducing redundancy of error messages.
</comment><date>2023-12-31 16:48:02 +0100</date><id>ebb478dbb2fcb2be936803dec9b5329d12da7541</id><msg>Remove invalid price error message in pre-shop creation</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ErrorMessageSender.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</affectedPath><commitId>a897576f06b7d14ba6504dddbe362e627d859aae</commitId><timestamp>1704038090000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Change quantity line index in pre-shop creation event

This commit changes the signLines index from 2 to 1 in the getQuantityLine method within the PreShopCreationEvent file. This modification is required to ensure the appropriate line is referenced, ensuring correct behavior of pre-shop creation events.
</comment><date>2023-12-31 16:54:50 +0100</date><id>a897576f06b7d14ba6504dddbe362e627d859aae</id><msg>Change quantity line index in pre-shop creation event</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</affectedPath><commitId>6bb5ca878184e795a429fd33ff0aebb95f0d4ba7</commitId><timestamp>1704038493000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Update method to retrieve player display name

The getNameFor method in NameManager.java file has been updated to return the player's display name instead of their UUID. Additionally, MaterialUtil library has been imported in PreShopCreationEvent class to fetch the name of the item type for the given ItemStack, which is then set as the third line of signLines.
</comment><date>2023-12-31 17:01:33 +0100</date><id>6bb5ca878184e795a429fd33ff0aebb95f0d4ba7</id><msg>Update method to retrieve player display name</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/ChestShop.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</affectedPath><commitId>5e125ed1c6b6226a56186911a404f8ba3afc4824</commitId><timestamp>1704111414000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Add ItemChecker in pre-shop creation process

ItemChecker class has been added for the pre-shop creation process. It validates the ItemStack, and sets the name of the item type as the third line of signLines in PreShopCreationEvent. Unused import in PreShopCreationEvent has been removed.
</comment><date>2024-01-01 13:16:54 +0100</date><id>5e125ed1c6b6226a56186911a404f8ba3afc4824</id><msg>Add ItemChecker in pre-shop creation process</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/ChestShop.java</file></path><path><editType>add</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><commitId>c0d7234f72122db652b93d5277a770e8d64146ed</commitId><timestamp>1704111777000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Update ChestShopSign to persist sign data

The ChestShopSign class has been updated to correctly persist sign data. An update method call has been added after setting persistent data, to ensure changes are saved and persisted within the server.
</comment><date>2024-01-01 13:22:57 +0100</date><id>c0d7234f72122db652b93d5277a770e8d64146ed</id><msg>Update ChestShopSign to persist sign data</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java</affectedPath><commitId>734109809b3405a593cee6049a04b3886951c41c</commitId><timestamp>1704112809000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor serialization in ChestShopMetaData class

The serialization and deserialization methods in the ChestShopMetaData class have been modified. UUID fields are now saved and reloaded as strings rather than as UUID objects to ensure correct data persistence. Alongside, necessary changes were addressed during the transformation to and from a string to UUID.
</comment><date>2024-01-01 13:40:09 +0100</date><id>734109809b3405a593cee6049a04b3886951c41c</id><msg>Refactor serialization in ChestShopMetaData class</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</affectedPath><commitId>a439c2d0804c8b60b95aaaf1b26c0ddd4813db1b</commitId><timestamp>1704113646000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Add null validation for getItemStack in PreShopCreationEvent

Inserted a null validation for the getItemStack method in PreShopCreationEvent.java. This modification ensures that the getItemStack method returns null when the itemStack object is null, avoiding attempts to clone a nonexistent object which can lead to null pointer exceptions.
</comment><date>2024-01-01 13:54:06 +0100</date><id>a439c2d0804c8b60b95aaaf1b26c0ddd4813db1b</id><msg>Add null validation for getItemStack in PreShopCreationEvent</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/NameChecker.java</affectedPath><commitId>76053f4c34bc085a36ac3bb5acbdd1d41ef687d2</commitId><timestamp>1704113959000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Remove unused import and simplify conditional in NameChecker

Removed extra import 'Permission' and simplified a conditional statement in the NameChecker class. This refactoring streamlines the logic for setting the name during PreShopCreationEvent, making the code more straightforward without changing functionality.
</comment><date>2024-01-01 13:59:19 +0100</date><id>76053f4c34bc085a36ac3bb5acbdd1d41ef687d2</id><msg>Remove unused import and simplify conditional in NameChecker</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/NameChecker.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</affectedPath><commitId>d048c8a80fd9eacab4b8f00fbdc318c5955f5f32</commitId><timestamp>1704115936000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Fix interaction handling and price-line index for ChestShop

The conditions for ChestShop interactions have been altered to handle non-ChestShop signs properly. In addition, the index used to reference the price-line for sign creation in the ChestShop was corrected, to ensure that the correct price is fetched and applied.
</comment><date>2024-01-01 14:32:16 +0100</date><id>d048c8a80fd9eacab4b8f00fbdc318c5955f5f32</id><msg>Fix interaction handling and price-line index for ChestShop</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</affectedPath><commitId>05c2450c7a6c3792f16428ec6f057e5a7b4bd7a6</commitId><timestamp>1704116012000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor ChestShop MetaData creation methods

The 'createShopMetaData', 'createChestShop', and 'createAdminChestShop' methods in 'SignCreate' class have been refactored. The unnecessary 'sign' parameter has been removed from these methods, streamlining the code and fixing potential issues with incorrect sign references.
</comment><date>2024-01-01 14:33:32 +0100</date><id>05c2450c7a6c3792f16428ec6f057e5a7b4bd7a6</id><msg>Refactor ChestShop MetaData creation methods</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</affectedPath><commitId>41e733af187f2293443053671c942ac6b133d80c</commitId><timestamp>1704118049000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Implement item metadata check in PreShopCreation

The ItemChecker class now includes functionality to handle item metadata during PreShopCreation. It adds a check for itemStack's metadata, strips any color from displayName if it exists or adds italics to itemName if the metadata is unique. This ensures correct preprocessing of items with metadata.
</comment><date>2024-01-01 15:07:29 +0100</date><id>41e733af187f2293443053671c942ac6b133d80c</id><msg>Implement item metadata check in PreShopCreation</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/ItemInfo.java</affectedPath><commitId>df8ae51eabd8fadfe75d8f9de1d1457eee20c6d7</commitId><timestamp>1704118530000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Remove unused code in ItemInfo command class

The changes in the codebase remove unused imports and commenting out unused code in ItemInfo command class. This process helps in maintaining the code clean and easy to read, improving the maintainability of the code.
</comment><date>2024-01-01 15:15:30 +0100</date><id>df8ae51eabd8fadfe75d8f9de1d1457eee20c6d7</id><msg>Remove unused code in ItemInfo command class</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/ItemInfo.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/ItemInfo.java</affectedPath><commitId>e6c9d624e9630d496511f48fe2723385dfc662f4</commitId><timestamp>1704118995000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Add chat functionality to ItemInfo command class

The code changes include additions which allow the ItemInfo command class to send chat messages to the sender. It generates a text component and attaches it to the sender using spigot's sendMessage method, enhancing user interaction.
</comment><date>2024-01-01 15:23:15 +0100</date><id>e6c9d624e9630d496511f48fe2723385dfc662f4</id><msg>Add chat functionality to ItemInfo command class</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/ItemInfo.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/NameChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</affectedPath><commitId>157b53a2401e76552ae6a2e4fbb244c21073916f</commitId><timestamp>1704120076000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Add chat functionality to ItemInfo command class

The code changes include additions which allow the ItemInfo command class to send chat messages to the sender. It generates a text component and attaches it to the sender using spigot's sendMessage method, enhancing user interaction.
</comment><date>2024-01-01 15:41:16 +0100</date><id>157b53a2401e76552ae6a2e4fbb244c21073916f</id><msg>Add chat functionality to ItemInfo command class</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/NameChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</affectedPath><commitId>29d49b9416263a29a3509becd80f5821e28a1b22</commitId><timestamp>1704120946000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor PlayerInteract class and optimize sign check

This commit optimizes the sign checking in the PlayerInteract class. Instead of multiple checks using different methods, the logic has been centralized to one conditional statement. This helps in reducing redundancies and ensuring code efficiency.
</comment><date>2024-01-01 15:55:46 +0100</date><id>29d49b9416263a29a3509becd80f5821e28a1b22</id><msg>Refactor PlayerInteract class and optimize sign check</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</affectedPath><commitId>4638cc860b821399ebd468a7d6b8660f077545fd</commitId><timestamp>1704121144000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor ItemChecker class and simplify sign item check

This commit simplifies the item checking process in the the PreShopCreation event in ItemChecker class. It extracts the item checking logic into a separate method and uses the result for setting the item outcome, making the code more readable and maintainable.
</comment><date>2024-01-01 15:59:04 +0100</date><id>4638cc860b821399ebd468a7d6b8660f077545fd</id><msg>Refactor ItemChecker class and simplify sign item check</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</affectedPath><commitId>a76a0addb5f0c6513aa7365fa5b194d3953e4e25</commitId><timestamp>1704122800000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor and simplify item checking in PreShopCreation event

In this commit, the item checking process inside the PreShopCreation event was refactored and simplified for better readability and maintainability. The item checking logic was extracted into separate methods, making the code more streamlined and easier to understand.
</comment><date>2024-01-01 16:26:40 +0100</date><id>a76a0addb5f0c6513aa7365fa5b194d3953e4e25</id><msg>Refactor and simplify item checking in PreShopCreation event</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/NameChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java</affectedPath><commitId>4ee899ee026810f12098cf16ab207c91ecbfe2ef</commitId><timestamp>1704123965000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor UUID handling in shop creation process

This commit contains improvements to the way the ChestShop plugin handles User ID (UUID) during the shop creation process. The getUUIDFor function was tweaked for admin shop identification. A security check was also added to prevent users from creating a shop on behalf of other users unless they have admin permission. The input processing in PreShopCreation event has also been refined.
</comment><date>2024-01-01 16:46:05 +0100</date><id>4ee899ee026810f12098cf16ab207c91ecbfe2ef</id><msg>Refactor UUID handling in shop creation process</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/NameChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><commitId>fd2455795dbd8f6abcca2cd6d7d53d6656e8e8e9</commitId><timestamp>1704124370000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor sign handling in ChestShopSign class

This commit refactors how sign-related data is handled in the ChestShopSign class. It removes the use of PersistentDataContainer and YamlConfiguration for managing sign-related data, instead directly updating the sign's data in methods. It also introduces usage of ItemChecker to get item names on the sign.
</comment><date>2024-01-01 16:52:50 +0100</date><id>fd2455795dbd8f6abcca2cd6d7d53d6656e8e8e9</id><msg>Refactor sign handling in ChestShopSign class</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><commitId>5aecc9ed588444725760c57c8053f4d0af4dee12</commitId><timestamp>1704124810000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Enhance ChestShopSign logging and refactor some code

This commit improves the logging in the ChestShopSign's conversion method for better traceability. It now logs information including owner UUID, their full name, and sign coordinates. The way sign-related data is managed has been refactored for a cleaner, more readable code. The PersistentDataContainer check condition has also been corrected.
</comment><date>2024-01-01 17:00:10 +0100</date><id>5aecc9ed588444725760c57c8053f4d0af4dee12</id><msg>Enhance ChestShopSign logging and refactor some code</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/NameChecker.java</affectedPath><commitId>8857089ac8823ec56dc5dc5fd44330b96aaf1bd8</commitId><timestamp>1704125034000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Update NameChecker to handle blank owner names

This commit updates the NameChecker in the ChestShopListener, ensuring that when a blank owner name is provided, it defaults to the player's unique ID. This change facilitates smoother store creation for players and improves data consistency.
</comment><date>2024-01-01 17:03:54 +0100</date><id>8857089ac8823ec56dc5dc5fd44330b96aaf1bd8</id><msg>Update NameChecker to handle blank owner names</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/NameChecker.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</affectedPath><commitId>3d7c8c6c494c6304b0d14c588fbf7d847a33565b</commitId><timestamp>1704125280000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Fix accessor addition logic in ChestShop

This commit refactors the addAccessor command logic in the ChestShop application. It now compares the newAccessor to the actual owner of the chest shop instead of the player's ID. This change ensures more accurate assignment of access permissions.
</comment><date>2024-01-01 17:08:00 +0100</date><id>3d7c8c6c494c6304b0d14c588fbf7d847a33565b</id><msg>Fix accessor addition logic in ChestShop</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/RemoveAccessor.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</affectedPath><commitId>1ecf383745f06d9d7178184a01587546ffe79d6d</commitId><timestamp>1704125498000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor message when player not found in ChestShop

This commit changes the error message output when the player is not found in the RemoveAccessor and AddAccessor commands in the ChestShop application. Instead of "UNKNOWN_PLAYER", the error message now correctly displays as "PLAYER_NOT_FOUND", providing clearer indication of the issue to the user.
</comment><date>2024-01-01 17:11:38 +0100</date><id>1ecf383745f06d9d7178184a01587546ffe79d6d</id><msg>Refactor message when player not found in ChestShop</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/RemoveAccessor.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><commitId>bb9221a33e09f39f4e3749a35c0854082641e3f6</commitId><timestamp>1704125619000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Add getItemStack method to ChestShopSign

This commit introduces a new getItemStack method in ChestShopSign.java. This method retrieves the ItemStack of the given Sign. If the Sign does not represent a ChestShop, it returns null. This is useful for checking the item details stored in a ChestShop.
</comment><date>2024-01-01 17:13:39 +0100</date><id>bb9221a33e09f39f4e3749a35c0854082641e3f6</id><msg>Add getItemStack method to ChestShopSign</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/NameChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</affectedPath><commitId>88b4015a0af7c86f34e27bbd67e88a2699be09fc</commitId><timestamp>1704128346000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Limit shop owner name and item name length

The code modifications limit the length of the shop owner's name and the item name by using a substring operation in NameChecker.java and ItemChecker.java. The aim is to enhance compatibility and prevent potential display or processing issues due to excessively long names.
</comment><date>2024-01-01 17:59:06 +0100</date><id>88b4015a0af7c86f34e27bbd67e88a2699be09fc</id><msg>Limit shop owner name and item name length</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/NameChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationItemDisplayNameEvent.java</affectedPath><commitId>512ac36b730283617b2120cf7109b08bb1575eae</commitId><timestamp>1704150219000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Add PreShopCreationItemDisplayNameEvent class

This commit introduces a new class, PreShopCreationItemDisplayNameEvent, which will handle the display name of the items during shop creation. Accompanying changes have also been made to the ItemChecker class to utilize this new event and ensure proper handling of item display names, improving the functionality of the shop creation process.
</comment><date>2024-01-02 00:03:39 +0100</date><id>512ac36b730283617b2120cf7109b08bb1575eae</id><msg>Add PreShopCreationItemDisplayNameEvent class</msg><path><editType>add</editType><file>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationItemDisplayNameEvent.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/Breeze/Utils/MaterialUtil.java</affectedPath><commitId>cffeb9dda3169bb1aba2a8bbab533aed2ea3954e</commitId><timestamp>1704150603000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor item name retrieval in shop creation

Updated MaterialUtil and ItemChecker classes for improved item name retrieval. Removed unused "getName" method in MaterialUtil and replaced item name retrieval in ItemChecker with the new "getSignMaterialName" method. This optimizes item name fetching during shop creation.
</comment><date>2024-01-02 00:10:03 +0100</date><id>cffeb9dda3169bb1aba2a8bbab533aed2ea3954e</id><msg>Refactor item name retrieval in shop creation</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/Breeze/Utils/MaterialUtil.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationItemDisplayNameEvent.java</affectedPath><commitId>5fbe2f0e5fbed3fb513345b7cabdc28819a07255</commitId><timestamp>1704150783000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Add documentation for PreShopCreationItemDisplayNameEvent

Added Javadoc comments for the PreShopCreationItemDisplayNameEvent class. This class represents an event that is fired before the display name of an item in a shop is created. The final value of displayName will be displayed on the sign of the newly created shop.
</comment><date>2024-01-02 00:13:03 +0100</date><id>5fbe2f0e5fbed3fb513345b7cabdc28819a07255</id><msg>Add documentation for PreShopCreationItemDisplayNameEvent</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationItemDisplayNameEvent.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/ItemNaming/ChestShopItemDisplayNameShortener.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/ItemNaming/PriorityItemDisplayNameShortener.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationItemDisplayNameEvent.java</affectedPath><affectedPath>src/test/java/com/Acrobot/ChestShop/Tests/ItemCheckerTest.java</affectedPath><affectedPath>src/main/java/com/Acrobot/Breeze/Utils/StringUtil.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/ItemNaming/ItemDisplayNameShortener.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</affectedPath><commitId>97a71bc920643c009fb014582485cd3b03b89dc9</commitId><timestamp>1704489972000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Implement item display name shortener functionality

Introduce the ability to shorten item display names in the ChestShop plugin. New classes and methods provide this functionality, especially when the display name is too long for certain containers. Detailed priority mappings are added for multiple common strings along with relevant tests. Furthermore, additional utility methods have been added for string manipulation and whitespace handling.
</comment><date>2024-01-05 22:26:12 +0100</date><id>97a71bc920643c009fb014582485cd3b03b89dc9</id><msg>Implement item display name shortener functionality</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationItemDisplayNameEvent.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</file></path><path><editType>add</editType><file>src/main/java/com/Acrobot/ChestShop/ItemNaming/ItemDisplayNameShortener.java</file></path><path><editType>add</editType><file>src/test/java/com/Acrobot/ChestShop/Tests/ItemCheckerTest.java</file></path><path><editType>add</editType><file>src/main/java/com/Acrobot/ChestShop/ItemNaming/ChestShopItemDisplayNameShortener.java</file></path><path><editType>add</editType><file>src/main/java/com/Acrobot/ChestShop/ItemNaming/PriorityItemDisplayNameShortener.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/Breeze/Utils/StringUtil.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><commitId>4073ecf39f73a7f29a31d0a651c98ba74aba6d16</commitId><timestamp>1704490193000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor sign display and logger update in ChestShop

Reorganized the flow of data in ChestShopSign class by separating sign display update and logging process. The method `updateSignDisplay` has been introduced to handle sign data updates, improving the modularity of the code and increasing readability. The logger now only logs when necessary, reducing the frequency of logger calls.
</comment><date>2024-01-05 22:29:53 +0100</date><id>4073ecf39f73a7f29a31d0a651c98ba74aba6d16</id><msg>Refactor sign display and logger update in ChestShop</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/test/java/com/Acrobot/ChestShop/Tests/ItemCheckerTest.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/ItemNaming/PriorityItemDisplayNameShortener.java</affectedPath><commitId>2a893d6ad2f6278093d39e26e5c67baaf6255913</commitId><timestamp>1704496693000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Modify item name shortening to be case-insensitive

This update modifies the item name shortening feature in ChestShop by switching the keyed names to lowercase first, ensuring case-insensitive comparison. Test cases for the new functionality were also added. Furthermore, a safety measure was implemented where `substring` will not exceed `cutdown.length`, preventing unforeseen StringIndexOutOfBoundsException.
</comment><date>2024-01-06 00:18:13 +0100</date><id>2a893d6ad2f6278093d39e26e5c67baaf6255913</id><msg>Modify item name shortening to be case-insensitive</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/ItemNaming/PriorityItemDisplayNameShortener.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</file></path><path><editType>edit</editType><file>src/test/java/com/Acrobot/ChestShop/Tests/ItemCheckerTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/ItemNaming/ChestShopItemDisplayNameShortener.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/ItemNaming/PriorityItemDisplayNameShortener.java</affectedPath><affectedPath>src/test/java/com/Acrobot/ChestShop/Tests/ItemCheckerTest.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</affectedPath><commitId>c028bec03ceb2ae90bd04f992022ca5ab6150f8b</commitId><timestamp>1704498143000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refine item name shortening and related test cases

This commit improves the item name shortening operation to be case-insensitive by converting keyed names to lowercase first. It also introduces new test cases to verify the updated functionality. Additionally, it implements a safeguard to ensure the 'substring' function does not exceed the 'cutdown.length', thereby avoiding potential StringIndexOutOfBoundsException issues.
</comment><date>2024-01-06 00:42:23 +0100</date><id>c028bec03ceb2ae90bd04f992022ca5ab6150f8b</id><msg>Refine item name shortening and related test cases</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/ItemNaming/PriorityItemDisplayNameShortener.java</file></path><path><editType>edit</editType><file>src/test/java/com/Acrobot/ChestShop/Tests/ItemCheckerTest.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/ItemNaming/ChestShopItemDisplayNameShortener.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/test/java/com/Acrobot/ChestShop/Tests/ItemCheckerTest.java</affectedPath><commitId>032ce1c701e4b53f4b03e676404262c7ffaf2e31</commitId><timestamp>1704498847000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Update test strings in ItemCheckerTest class

The commit modifies test strings in different methods of the ItemCheckerTest class. The new test strings seem to emphasize the concept of tests, aimed to ensure that the shortenDisplayName method works as expected for different input cases.
</comment><date>2024-01-06 00:54:07 +0100</date><id>032ce1c701e4b53f4b03e676404262c7ffaf2e31</id><msg>Update test strings in ItemCheckerTest class</msg><path><editType>edit</editType><file>src/test/java/com/Acrobot/ChestShop/Tests/ItemCheckerTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/ItemNaming/ChestShopItemDisplayNameShortener.java</affectedPath><commitId>0942068d55ac292d7470434284776ee22e7efc5d</commitId><timestamp>1704498865000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor item name shortening and sign update process

This commit refines the item name shortening process in 'ChestShopItemDisplayNameShortener' by removing unnecessary mappings and adjusting others. It also optimizes the ChestShopSign update process by avoiding unnecessary sign display updates and checking once if the object is a ChestShop sign.
</comment><date>2024-01-06 00:54:25 +0100</date><id>0942068d55ac292d7470434284776ee22e7efc5d</id><msg>Refactor item name shortening and sign update process</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/ItemNaming/ChestShopItemDisplayNameShortener.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java</affectedPath><commitId>73a19a9d93c378b1fca61253f8822eaae41f7a5b</commitId><timestamp>1704498994000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Adjust accessor related messages to non-final

This commit changes the accessor related messages in the Messages.java file from final to non-final. By doing this, the system becomes flexible to change these messages at runtime if needed for localization or other purposes.
</comment><date>2024-01-06 00:56:34 +0100</date><id>73a19a9d93c378b1fca61253f8822eaae41f7a5b</id><msg>Adjust accessor related messages to non-final</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</affectedPath><commitId>690ff33650eebf9418a773e6262453790dc6ee13</commitId><timestamp>1704499828000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Remove unnecessary import and refactor item name handling

This change removes the unused import, MaterialUtil, from ItemChecker.java, and refactors how item names are determined. Instead of using MaterialUtil.getSignMaterialName, we now employ StringUtil.capitalizeFirstLetter to get the item name, which simplifies the code and reduces dependencies.
</comment><date>2024-01-06 01:10:28 +0100</date><id>690ff33650eebf9418a773e6262453790dc6ee13</id><msg>Remove unnecessary import and refactor item name handling</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/Breeze/Utils/MaterialUtil.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/ItemNaming/PriorityItemDisplayNameShortener.java</affectedPath><affectedPath>src/main/java/com/Acrobot/Breeze/Utils/StringUtil.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/ChestShop.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/ItemInfo.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/RemoveAccessor.java</affectedPath><commitId>2461e51914e5e0a2ac7041fd177cea06c0fca590</commitId><timestamp>1704503116000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Reorganize import statements for clarity

Cleaned up and streamlined the arrangement of import declarations in several Java classes. This adjustment improves the readability of code and adheres to good software design principles by grouping together related classes and removing unnecessary blank lines.
</comment><date>2024-01-06 02:05:16 +0100</date><id>2461e51914e5e0a2ac7041fd177cea06c0fca590</id><msg>Reorganize import statements for clarity</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/ChestShop.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/Breeze/Utils/MaterialUtil.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/ItemInfo.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/ItemNaming/PriorityItemDisplayNameShortener.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/Breeze/Utils/StringUtil.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/RemoveAccessor.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Security.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationItemDisplayNameEvent.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/QuantityChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Economy/Economy.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/LegacyChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Modules/PriceRestrictionModule.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ChestChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/SignSticker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/ShopCreatedEvent.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/BlockPlace.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/RestrictedSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/MoneyChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/CreationFeeGetter.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRemovalLogger.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/TerrainChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/PermissionChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/ShopCreationLogger.java</affectedPath><affectedPath>src/test/java/com/Acrobot/ChestShop/Tests/ItemCheckerTest.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/Break/SignBreak.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PostTransaction/EmptyShopDeleter.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRefundListener.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/NameChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Plugins/ChestShop.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Utils/uBlock.java</affectedPath><commitId>296e741901c99bf7e0b4ec8987cd140659f3e902</commitId><timestamp>1704503500000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Updated to provide better organization of import statements

Reorganized and consolidated import declarations in multiple Java files for improved code clarity and readability. This update adheres to software design best practices by grouping related classes closer together, enhancing comprehensibility of the code structure.
</comment><date>2024-01-06 02:11:40 +0100</date><id>296e741901c99bf7e0b4ec8987cd140659f3e902</id><msg>Updated to provide better organization of import statements</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRefundListener.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ChestChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PostTransaction/EmptyShopDeleter.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Economy/Economy.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/TerrainChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Modules/PriceRestrictionModule.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/LegacyChestShopSign.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationItemDisplayNameEvent.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/NameChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Plugins/ChestShop.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRemovalLogger.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/RestrictedSign.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/UUIDs/NameManager.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/CreationFeeGetter.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Security.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/ShopCreationLogger.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/SignSticker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Utils/uBlock.java</file></path><path><editType>edit</editType><file>src/test/java/com/Acrobot/ChestShop/Tests/ItemCheckerTest.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/ShopCreatedEvent.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/Break/SignBreak.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/PermissionChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/MoneyChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/BlockPlace.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/QuantityChecker.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/CreationFeeGetter.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/QuantityChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/TerrainChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/PermissionChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Modules/PriceRestrictionModule.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/ShopCreationLogger.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ChestChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/Break/SignBreak.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/ChestShop.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRefundListener.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Plugins/ChestShop.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/RemoveAccessor.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/ItemInfo.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Utils/uBlock.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/RestrictedSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/MoneyChecker.java</affectedPath><commitId>238f8b5c24dcf4e2edd73a25cffb8522ca498144</commitId><timestamp>1704504392000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor import statements across multiple classes

A sweeping change has been made to the import statements of many classes, hereby enhancing readability and understandability in the codebase. This involves reorganizing and consolidating the import statements so as to group similar function classes together, providing for an efficient understanding of code dependencies.
</comment><date>2024-01-06 02:26:32 +0100</date><id>238f8b5c24dcf4e2edd73a25cffb8522ca498144</id><msg>Refactor import statements across multiple classes</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Plugins/ChestShop.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/PermissionChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Utils/uBlock.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/CreationFeeGetter.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/RestrictedSign.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/QuantityChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Modules/PriceRestrictionModule.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/RemoveAccessor.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/ShopCreationLogger.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRefundListener.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/ChestShop.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/Break/SignBreak.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/TerrainChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/MoneyChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/ItemInfo.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ChestChecker.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/SetPrice.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/ChestShop.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/SetItem.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/SetAmount.java</affectedPath><commitId>6e2e0f01f10dcb7e4ad06eff307353e1e5a80342</commitId><timestamp>1704504990000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Implement new chest shop management commands

Three new command classes (SetAmount, SetPrice, SetItem) have been added to the ChestShop java module. These commands allow players to modify key parameters (i.e., the amount, price, and item of a chest shop) directly, improving ongoing shop management capabilities. These changes have also been integrated into the ChestShop.java Executor configuration.
</comment><date>2024-01-06 02:36:30 +0100</date><id>6e2e0f01f10dcb7e4ad06eff307353e1e5a80342</id><msg>Implement new chest shop management commands</msg><path><editType>add</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/SetItem.java</file></path><path><editType>add</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/SetAmount.java</file></path><path><editType>add</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/SetPrice.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/ChestShop.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><commitId>00bdbb01f0767fe053a9424554c86db171721c09</commitId><timestamp>1704506693000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refine pattern matching and add logging in ChestShop app

The regular expression pattern used for matching shop sign text in the ChestShopSign.java file has been updated to allow new characters. In addition, a new logging entry has been added, outputting warning messages whenever a set of lines does not match the expected sign pattern. This will help in debugging and identifying any potential issues with the sign creation process.
</comment><date>2024-01-06 03:04:53 +0100</date><id>00bdbb01f0767fe053a9424554c86db171721c09</id><msg>Refine pattern matching and add logging in ChestShop app</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/SetPrice.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/SetAmount.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/SetItem.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</affectedPath><commitId>d9c4cc4eeb0c33585c60edbae55555e062d4e82a</commitId><timestamp>1704507650000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor sign creation and remove redundant code

Moved the instantiation of the Sign object to an earlier point in SignCreate.java, ensuring it is only created once. Furthermore, redundant code that manually updated sign lines in SetAmount.java, SetPrice.java, and SetItem.java was removed, to simplify and clean the overall codebase.
</comment><date>2024-01-06 03:20:50 +0100</date><id>d9c4cc4eeb0c33585c60edbae55555e062d4e82a</id><msg>Refactor sign creation and remove redundant code</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/SetAmount.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/SetItem.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/SetPrice.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/ShopCreationLogger.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Plugins/ChestShop.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/ShopCreatedEvent.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</affectedPath><commitId>e6fdfa372184e44fba0081237ca646887c321788</commitId><timestamp>1704508574000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor PlayerInteract for better ChestShop usage

This commit includes changes to the 'PlayerInteract.java' code to streamline its functioning with 'ChestShop'. The revisions largely revolve around replacing ChestShopSign methods with equivalent methods in ChestShopMetadata, in order to provide a neater and more direct access to the shop's information. This revamped approach results in more concise, readable code and directly enhances the performance by reducing unnecessary method calls.
</comment><date>2024-01-06 03:36:14 +0100</date><id>e6fdfa372184e44fba0081237ca646887c321788</id><msg>Refactor PlayerInteract for better ChestShop usage</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Plugins/ChestShop.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopMetaData.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/ShopCreatedEvent.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/ShopCreationLogger.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/CreationFeeGetter.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/PreTransactionEvent.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRemovalLogger.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/Break/SignBreak.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreTransaction/ShopValidator.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PostTransaction/EmptyShopDeleter.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRefundListener.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/TransactionEvent.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/ShopDestroyedEvent.java</affectedPath><commitId>9642e38d9adc11e8c68b0fc01e5cdc1a9d0edc98</commitId><timestamp>1704509420000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Update code to use ChestShopMetaData for shop information management

In this commit, methods from the ChestShopSign class were replaced with equivalent methods in the new ChestShopMetaData class across multiple files. This centralized approach allows for a more efficient and direct access to the shop's data, enhancing code readability, and reducing redundant method calls for improved performance.
</comment><date>2024-01-06 03:50:20 +0100</date><id>9642e38d9adc11e8c68b0fc01e5cdc1a9d0edc98</id><msg>Update code to use ChestShopMetaData for shop information management</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreTransaction/ShopValidator.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRemovalLogger.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/ShopRemoval/ShopRefundListener.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/Break/SignBreak.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Player/PlayerInteract.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/ShopDestroyedEvent.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PostShopCreation/CreationFeeGetter.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PostTransaction/EmptyShopDeleter.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/PreTransactionEvent.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/TransactionEvent.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/RemoveAccessor.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</affectedPath><commitId>5f851a3beb3a37a56faa67f8d909dedc12892eb0</commitId><timestamp>1704510970000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Remove author tags in RemoveAccessor and AddAccessor classes

In this commit, the author tags in both the RemoveAccessor and AddAccessor classes are being removed. These comments did not directly contribute to the functionality of the code, and thus were deemed unnecessary and removed for clarity.
</comment><date>2024-01-06 04:16:10 +0100</date><id>5f851a3beb3a37a56faa67f8d909dedc12892eb0</id><msg>Remove author tags in RemoveAccessor and AddAccessor classes</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/RemoveAccessor.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/AddAccessor.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</affectedPath><commitId>4ce286666c72e5c1115e1d940f1fd8d65f847f81</commitId><timestamp>1704511428000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor null check for itemStack in PreShopCreationEvent class

The conditional statement to check if itemStack is null in the PreShopCreationEvent class has been refactored. The outcome update statement is now enclosed within a block, improving the readability and clarity of the if-statement in the code.
</comment><date>2024-01-06 04:23:48 +0100</date><id>4ce286666c72e5c1115e1d940f1fd8d65f847f81</id><msg>Refactor null check for itemStack in PreShopCreationEvent class</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Events/PreShopCreationEvent.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><commitId>a9e736f5fb630c05a660ef222835662330350535</commitId><timestamp>1704511784000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Update ChestShopSign for better metadata handling

ChestShopSign metadata handling has been improved by encapsulating the sign update within the validity check. The method for updating the sign display has also been restructured to firstly fetch the relevant ChestShopMetaData before proceeding, providing a more efficient processing order.
</comment><date>2024-01-06 04:29:44 +0100</date><id>a9e736f5fb630c05a660ef222835662330350535</id><msg>Update ChestShopSign for better metadata handling</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><commitId>93cfe7d22d49dfa10d38c4b3f416780c55bfcdb5</commitId><timestamp>1704582743000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Add validity check to ChestShopSign metadata handling
</comment><date>2024-01-07 00:12:23 +0100</date><id>93cfe7d22d49dfa10d38c4b3f416780c55bfcdb5</id><msg>Add validity check to ChestShopSign metadata handling</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><commitId>2d073f79ddf2c688515f6ec9626bf294f09f7783</commitId><timestamp>1704583876000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Improve the error checking mechanism for the `ChestShopSign` metadata handling by introducing a validation layer. This layer will delay the metadata saving task, allowing the system to verify its correctness before execution, hence improving data integrity. The async task is scheduled with a one tick delay to ensure a smoother operation even under potential exceptions.
</comment><date>2024-01-07 00:31:16 +0100</date><id>2d073f79ddf2c688515f6ec9626bf294f09f7783</id><msg>Improve the error checking mechanism for the `ChestShopSign` metadata handling by introducing a validation layer. This layer will delay the metadata saving task, allowing the system to verify its correctness before execution, hence improving data integrity. The async task is scheduled with a one tick delay to ensure a smoother operation even under potential exceptions.</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/ItemNaming/PriorityItemDisplayNameShortener.java</affectedPath><commitId>9fd2c5bb2e871cb355080034e0ae4c38888d3d79</commitId><timestamp>1704643908000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Update comparison logic in ItemNaming class

Revised the conditional comparison logic in the `PriorityItemDisplayNameShortener` class from equality check to containment check. This change enhances flexibility in checking and handling item names, allowing names in the 'from' section to match more widely with those in the 'to' section, reducing the chance of mismatch errors.
</comment><date>2024-01-07 17:11:48 +0100</date><id>9fd2c5bb2e871cb355080034e0ae4c38888d3d79</id><msg>Update comparison logic in ItemNaming class</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/ItemNaming/PriorityItemDisplayNameShortener.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/ItemInfo.java</affectedPath><commitId>2dcccc09fe09a86387d1548bf4e00f4ca61726b4</commitId><timestamp>1704645063000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Revised item info display and added new methods

Modified the ItemInfo class to enhance the way items names are displayed, including full name and sign item name. Added a 'getDisplayName' method in the ItemChecker class to increase versatility and support further code development.
</comment><date>2024-01-07 17:31:03 +0100</date><id>2dcccc09fe09a86387d1548bf4e00f4ca61726b4</id><msg>Revised item info display and added new methods</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/ItemInfo.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Utils/ItemNamingUtils.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</affectedPath><affectedPath>src/test/java/com/Acrobot/ChestShop/Tests/ItemCheckerTest.java</affectedPath><affectedPath>src/test/java/com/Acrobot/ChestShop/Tests/ItemNamingUtilsTest.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</affectedPath><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/ItemInfo.java</affectedPath><commitId>8c0ece153409899277b25ce61b40c93c859e87c6</commitId><timestamp>1704648641000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Refactor: Moved methods from ItemChecker to ItemNamingUtils.
</comment><date>2024-01-07 18:30:41 +0100</date><id>8c0ece153409899277b25ce61b40c93c859e87c6</id><msg>Refactor: Moved methods from ItemChecker to ItemNamingUtils.</msg><path><editType>add</editType><file>src/main/java/com/Acrobot/ChestShop/Utils/ItemNamingUtils.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/Block/SignCreate.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation/ItemChecker.java</file></path><path><editType>delete</editType><file>src/test/java/com/Acrobot/ChestShop/Tests/ItemCheckerTest.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/ItemInfo.java</file></path><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path><path><editType>add</editType><file>src/test/java/com/Acrobot/ChestShop/Tests/ItemNamingUtilsTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/ItemNaming/PriorityItemDisplayNameShortener.java</affectedPath><commitId>bb6e75eef96eb2533428e560fee618e5d21622ad</commitId><timestamp>1704650670000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Shortened strings weren't stripped before.
</comment><date>2024-01-07 19:04:30 +0100</date><id>bb6e75eef96eb2533428e560fee618e5d21622ad</id><msg>Shortened strings weren't stripped before.</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/ItemNaming/PriorityItemDisplayNameShortener.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/ItemNaming/PriorityItemDisplayNameShortener.java</affectedPath><commitId>b92548e8332e8620688c224dfa0fdd1452d3ae5f</commitId><timestamp>1704655748000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>The string to shorten is now taken literal. Before it was compiled as a regex. We don't need that Complexity in that component.
</comment><date>2024-01-07 20:29:08 +0100</date><id>b92548e8332e8620688c224dfa0fdd1452d3ae5f</id><msg>The string to shorten is now taken literal. Before it was compiled as a regex. We don't need that Complexity in that component.</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/ItemNaming/PriorityItemDisplayNameShortener.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Commands/ItemInfo.java</affectedPath><commitId>f8f87f0344402ba95b7cba153c7de00f3a1843b0</commitId><timestamp>1704658192000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>The displayed itemname in the item info is now the long version of what should be written on the sign.
</comment><date>2024-01-07 21:09:52 +0100</date><id>f8f87f0344402ba95b7cba153c7de00f3a1843b0</id><msg>The displayed itemname in the item info is now the long version of what should be written on the sign.</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Commands/ItemInfo.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</affectedPath><commitId>dbf49d53753fa65b2f9bc3fd157e7ac960d039b0</commitId><timestamp>1704756909000</timestamp><author><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></author><authorEmail>maik@ehemanns.de</authorEmail><comment>Added Null Check if ShopOwner Name is unknown.
</comment><date>2024-01-09 00:35:09 +0100</date><id>dbf49d53753fa65b2f9bc3fd157e7ac960d039b0</id><msg>Added Null Check if ShopOwner Name is unknown.</msg><path><editType>edit</editType><file>src/main/java/com/Acrobot/ChestShop/Signs/ChestShopSign.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://www.iani.de/jenkins/user/maik</absoluteUrl><fullName>maik</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.5.4</mavenVersionUsed></mavenModuleSetBuild>