Commit Graph

85 Commits

Author SHA1 Message Date
Indyuce
dfa31a5635 added Citizens as a soft depend 2021-10-31 20:33:30 +01:00
Indyuce
bc9b208fb2 removed unused config options 2021-10-30 13:40:15 +02:00
Indyuce
def1137d80 Reintroduced shift-click-player-profile-check, disabled by default this time 2021-10-30 12:30:21 +02:00
Dancull47
c5b661e3e2 Stats can now be regenerated as FLAT or PERCENTAGE based values. This includes the Health, Mana, Stamina, Stellium stats.
By default, the stats are regenerated off the flat value of their respective Regeneration stats. Example, if Health Regeneration is 10, the player will gain 10 HP upon regeneration.

For percentage, the stats will be regenerated with the following formula (Stat Regen * Max Stat). So for example, if your Health Regeneration is .5 and your Max Health is 100, you'll gain 50 HP upon regeneration.

Refresh your config.yml or add this directly to it if you wish to adjust them from the default true.
```# Should these Stats regenrate with a FLAT value or PERCENTAGE value?
   # By default, they are set to TRUE, which means they will regenerate
   # based off the FLAT Regeneration value for the respective stat
   # Setting a stat to FALSE means that it will regenerate
   # with the formula (Stat Regen * Max Stat) for example (Mana Regeneration * Max Mana)
   stat-regen-flat:
       health: true
       mana: true
       stamina: true
       stellium: true
```
2021-10-20 02:08:27 -04:00
Indyuce
591e92c46c more cleanup 2021-08-25 22:57:26 +02:00
Indyuce
8525a1c56d !skill refactor 2021-08-20 17:13:25 +02:00
Indyuce
e9b417f191 added a placeholder in the no-mana message 2021-08-20 13:57:15 +02:00
ASangarin
ae7e55728a last attempt at a build 2021-08-10 15:37:20 +02:00
ASangarin
e85ce8ea79 build plz 2021-08-08 23:48:23 +02:00
ASangarin
c9d9926f32 Added a config option to make default classes save their current data when switching to another class 2021-08-06 17:06:26 +02:00
ASangarin
c299978e10 The block tag that prevents blocks from giving out XP now gets properly removed when a block is removed or when a block forms naturally in place of a placed block
(Exploits COULD be present, please report anything you find out in tickets)
2021-07-01 12:54:05 +02:00
Ethan
422730e472 Unstable Build: Attempts to add max-players option to config for parties. This value can be between 2-8. 2021-02-12 12:05:12 -05:00
Joshua
c096e72dff !This build enables with Mythiclib and mmoitems 2021-02-03 15:27:13 -06:00
Joshua
f2f6dd7659 Added new "should-cobblestone-generators-give-exp" config option to config.yml, regenerate your config or add this option manually. 2021-01-19 13:04:27 -06:00
Indyuce
a7793def08 !Fixed default configs 2021-01-02 00:32:53 +01:00
Indyuce
568d6da795 Added new options to disable profession exp holos 2021-01-02 00:22:47 +01:00
ASangarin
0662f460f2 Added an SQL debug option to config.yml 2020-12-27 20:33:05 +01:00
Blekdigits
6c1165045e !Added way for skill to consume Stamina 2020-12-25 02:55:22 +07:00
Indyuce
0c789c8154 Fixed default configs 2020-12-21 23:36:12 +01:00
ASangarin
56257c442d Added a sounds.yml file where you can configure a few of the sounds played in MMOCore. Contains configurations for class select, attribute points, waypoint sounds and more. 2020-12-20 00:55:31 +01:00
ASangarin
89dbb4a980 The F keybind can now be fully customized
THIS DOES NOT MEAN YOU CAN CHANGE THE KEY!!!
This means you can change what happens when pressing F or when pressing F when sneaking. Check newest config.yml for more information
2020-12-19 21:49:34 +01:00
ASangarin
30452a3cd8 > MMOCore 1.6 - API Handling Rewrite
REQUIRES MMOLIB 1.7!!!
- Rewrote MMOLib compatibility API (MMOLib is still a dependency!)
- Lootsplosions are now a part of MMOItems.
2020-12-06 17:46:29 +01:00
ASangarin
497f2e6f6b Verbose management in config.yml
You can now disable some of the command results from appearing in console, etc.
2020-12-01 01:58:40 +01:00
ASangarin
a0cc6ded7e MMOCore 1.5
Cleaned up a lot of the source code.
Memory/performance improvements.
Requires MMOLib 1.5
2020-11-30 21:05:41 +01:00
ASangarin
06b3aee9bf Boosters now properly shows that they're expired.
Please add " booster-expired: '&cExpired!' "
to your messages.yml
2020-11-01 15:33:02 +01:00
ASangarin
06dc77a1f6 Now uses HikariCP instead of jasync. (SQL)
(Requires latest MMOLib)
2020-10-05 16:48:34 +02:00
ASangarin
ed9c86942b Added default values for playerdata in config.yml
This means you can now set the starting amount of most points, etc.
without having to run commands on first player join!
2020-10-01 16:30:40 +02:00
ASangarin
ee7970edaa MySQL is now done async! 2020-09-28 19:21:07 +02:00
ASangarin
c724b8ecf4 Update 1.4.6
- Custom Mining Regions are no longer protected by default, however you
can enable it in config.yml
(Regenerating Blocks will still be protected)
- Block Regens can also be chained together
now without causing weird behavior.
- Fixed a bug that caused
- ActionBar refactor. Reloading now reloads the actionbar config!
- MineBlock Quest Objective no longer counts player placed blocks
(can be changed in the line config)
2020-09-20 23:40:41 +02:00
Indyuce
87c75588fa Loot chests update, default configs and new cooldown option 2020-07-13 00:07:46 +02:00
Indyuce
5d9f25c5bd Fixed default movement speed for latest MMOLib 2020-07-12 16:26:21 +02:00
Indyuce
19904ec641 Added Residence as a soft depend 2020-07-10 14:44:50 +02:00
Indyuce
3e8a83ba5c Added vanilla exp redirection 2020-05-01 19:43:50 +02:00
Indyuce
4453525900 Added %mmocore_bound<1-to-6>% placeholder 2020-05-01 19:16:54 +02:00
Indyuce
c27d138c0a Improved mana display options and loading error messages 2020-04-18 12:28:09 +02:00
Indyuce
d8af4ba8bc !API needed for loot chests 2020-04-14 01:07:57 +02:00
Aria Sangarin
3c4309200c Added exp-curves to the default profession configs 2020-04-09 00:26:53 +02:00
Indyuce
19ad204814 !Fixed an issue with skulls and drops 2020-04-04 16:20:58 +02:00
Indyuce
4e189ac6e4 !Fixed temp blocks, drops and default configs 2020-04-04 15:50:32 +02:00
Indyuce
24dbfda00c !Fixed typo 2020-04-04 01:12:30 +02:00
Indyuce
1cd0573592 Fixed default config 2020-03-19 14:45:42 +01:00
Indyuce
4c4889b600 Moved 'useSSL=false' over to default flags 2020-03-19 12:13:35 +01:00
Indyuce
a3743f6fd3 !MySQL refactor 2020-03-18 20:37:32 +01:00
Aria Sangarin
80bfe6faba Custom EXP Curves 2020-03-10 14:45:49 +01:00
Aria Sangarin
09d770ff4f MySQL Update (1.2.4)!
Please reload your config.yml for the options to connect to a database.
2020-03-09 15:32:49 +01:00
Indyuce
2ea339bc9b Merge branch 'master' 2020-03-01 13:02:17 +01:00
Indyuce
ed8426b02f !Removed DisableRegen option (use vanilla gamerule) 2020-03-01 11:39:33 +01:00
Aria Sangarin
6d7001fac2 Fixed running MMOCore without MMOItems
(NoClassDefFoundError: net.Indyuce.mmoitems.MMOItems)
2020-02-26 12:54:36 +01:00
Blackdigits
55c03d88fa add combat log timer
make sure to add these to your config.yml
#Timer for combat log to expire (in seconds)
combat-log:
    timer: 10
2020-02-16 02:03:13 +07:00
Indyuce
2a2a7f7007 Resource rework. See GitHub wiki for more info
Added an option to disable vanilla eating/sat regen
2020-02-13 23:50:27 +01:00