A spawn shop plugin using villagers. It includes a point system to attempt to balance the number of transactions a player can make per unit of time
Go to file
Teriuihi 9f18b41925 Update build configurations and add villager messaging functionality
This commit updates the version of the shadow plugin and the Java language version in the build configuration. Modifications have been made in the shadowJar configuration. The main feature in this commit is the introduction of a messaging system for villagers. This includes the necessary methods and fields in the existing villager classes and the addition of a new VillagerMessagesConfig class. Messages can now be added via config and each villager type can potentially return a random message when interacted with. A sound effect has also been added to correlate with the villager type. The WorthConfig class has been additionally refined to handle invalid material cases.
2024-07-09 18:32:50 +02:00
gradle/wrapper Drop maven, get Gradle 2021-12-17 20:54:43 +01:00
src/main Update build configurations and add villager messaging functionality 2024-07-09 18:32:50 +02:00
.gitignore Added build script to git ignore 2021-11-10 17:38:11 +01:00
build.gradle.kts Update build configurations and add villager messaging functionality 2024-07-09 18:32:50 +02:00
gradlew Drop maven, get Gradle 2021-12-17 20:54:43 +01:00
gradlew.bat Drop maven, get Gradle 2021-12-17 20:54:43 +01:00
settings.gradle.kts Drop maven, get Gradle 2021-12-17 20:54:43 +01:00