Go to file
blakehamilton 74cbcbcdb0 Refactor OreVein class for better functionality and readability
- Improved the getOresInArea method logic to correctly collect all ore blocks in the specified area.
- Used collect(Collectors.toList()) instead of toList() for compatibility.
- Enhanced formatting and indentation for better code readability.
- Updated comments and removed unnecessary code.

Tested the changes to ensure proper functionality.
2024-01-22 10:30:57 -05:00
.github/workflows Update v1.2.1 2022-06-15 08:34:15 -05:00
gradle/wrapper Update for 1.20.3 2023-12-07 20:38:47 -06:00
src/main Refactor OreVein class for better functionality and readability 2024-01-22 10:30:57 -05:00
.gitattributes Initial commit 2022-03-17 16:16:52 -05:00
.gitignore Remove Compiler Files 2022-04-16 16:25:07 -05:00
build.gradle Update for 1.20.3 2023-12-07 20:38:47 -06:00
gradle.properties Initial commit 2022-03-17 16:16:52 -05:00
gradlew Initial commit 2022-03-17 16:16:52 -05:00
gradlew.bat Initial commit 2022-03-17 16:16:52 -05:00
LICENSE Initial commit 2022-03-17 16:16:52 -05:00
README.md Update README.md 2024-01-18 19:14:38 -05:00
settings.gradle Changed Project Settings 2022-04-01 07:51:58 -05:00

FeelingLucky v1.3.0 - A luck driven mechanics plugin.

Plugin Description:

For All Users:

FeelingLucky is a mechanics plugin designed to expand upon the Luck attribute which Minecraft provides. Each user is assigned a tangible Luck stat, which can be viewed by using /luck info. Users can increase their luck stat by using a rabbit's foot, or increase their luck and their luck multiplier by consuming a special rabbits foot purchased from a Butcher villager. Beware though, if you take damage from guardian lasers or a witch's potion, there's a chance your luck will decrease instead.

For Administrators:

Admins can modify values in the configuration file, as well as modify individual user's luck stat. Admins can set, reset, add to, and take from player's luck stat. Admins can also reload the main configuration, as well as individual and all player configurations. For this, the command is /luck reload -m for the main config, /luck reload to reload all player configurations, and /luck reload -p PLAYER_NAME to reload individual player configuration files. Server owners and/or individuals with console access can run /rgc to regenerate the main configuration file in the case that there are values missing, corrupted, or invalid.

Server Requirements:

In order to run FeelingLucky v1.1.0, the latest version of Paper or Spigot is required.

Note: Paper is REQUIRED for this plugin to run. Spigot is not supported, however Spigot support is currently in progress.

Note: If you are migrating from an Alpha build, the plugin configuration folder will need to be regenerated.