Go to file
Paldiu 0b07bd9da2 Minor Update 1.2.1
Adjusted the Luck class to reflect:
- SplittableRandom has been replaced with SecureRandom in favor of entropy-based pseudorandom calculations compared to pseudorandom calculations based off the system time.
- Adjusted the quickRNG to factor in whether the user has the luck potion effect, and to just apply the multiplier regardless of whether it is the default value.
- Also adjusted the values, as the original value still remained at 1024, whereas the randomized number criteria was a percentage of 100. Both the input value and the randomized number criteria now are percentages of 100, based off a total of 1024 possible points.
2022-06-15 08:28:53 -05:00
.github/workflows Create codeql-analysis.yml 2022-05-20 16:20:24 -05:00
gradle/wrapper Initial commit 2022-03-17 16:16:52 -05:00
src/main Minor Update 1.2.1 2022-06-15 08:28:53 -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 Release 1.2.0 2022-06-14 01:51:45 -05: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-14 12:30:43 -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 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.