Go to file
Paul Reilly c4e29ff728 Update for 1.20.3
- Added verbose entry to the Player configuration files. Player configuration files will need to be regenerated. Please make sure to make backups of all configurations before regenerating configuration files.
- Fixed a bug with the hide feature; now, any entity within a 25 block radius will automatically lose target of the player when their luck activates while sneaking.
- Removed the vein-mining feature as it is unstable and non-functional. A fix and/or replacement will be implemented in a future update.
- Updated supported version to 1.20.3
- Adjusted Logging methods.
2023-12-07 20:38:47 -06: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 Update for 1.20.3 2023-12-07 20:38:47 -06: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 2022-06-15 08:30:09 -05:00
settings.gradle Changed Project Settings 2022-04-01 07:51:58 -05:00

FeelingLucky v1.2.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.