Commit Graph

100 Commits

Author SHA1 Message Date
Indyuce
dca18c993d Changed waypoint default config 2022-03-05 10:53:24 +01:00
Indyuce
3f16202f03 Small waypoint change 2022-03-05 10:48:47 +01:00
Indyuce
8b708e78ff Revert "Added timer to default skill configs"
This reverts commit d044fe3f
2022-03-04 23:40:06 +01:00
Indyuce
d044fe3f3c Added timer to default skill configs 2022-03-04 23:38:25 +01:00
ASangarin
4be7379ed2 added a "no stamina" option to the casting action bar 2022-03-01 15:16:59 +01:00
Indyuce
09bd1eec3d !waypoints improvements 2022-02-27 13:24:25 +01:00
Indyuce
584619070b Fixed default class configs 2022-01-30 10:08:57 +01:00
Indyuce
952df8f8b9 hotbar swap 2022-01-22 19:19:16 +01:00
Indyuce
c9fe2c805c Improved default professions 2022-01-22 15:25:58 +01:00
Jules
68e50a7b56 !support for dungeons parties 2022-01-17 21:54:43 +01:00
Indyuce
7d515e99dd !new skill casting methods 2022-01-16 18:07:57 +01:00
Jules
dc5ec436b9 global skill cooldown 2022-01-14 14:06:39 +01:00
Indyuce
5142437848 !skills update 2022-01-01 13:16:50 +01:00
Indyuce
cd265e1d8f changed default config to make it less confusing 2021-12-26 23:25:34 +01:00
Indyuce
c1f3829e63 experience tables 2021-12-24 15:19:58 +01:00
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