Commit Graph

63 Commits

Author SHA1 Message Date
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
Blackdigits
2a90717e56 add option to disable exp gain hologram
please add these lines to your config.yml
# Allows to toggle exp hologram from gaining experiences
game-indicators:
    exp:
        enabled: false
2020-02-12 20:51:24 +07:00
joshs
52f0a906bb !Testing the Setup 2020-01-30 00:47:50 -06:00
Indyuce
7102cad2eb !Removed occurence of speed malus (moved to MMOLib) 2019-12-30 00:31:06 +01:00
Indyuce
34935e83b7 !'magical' -> 'magic' 2019-12-28 15:41:00 +01:00
Indyuce
2c5309b417 !MMOLib update 2 2019-12-23 19:27:13 +01:00
Aria
a72699a6e4 Added an option to prevent spawner mobs from giving xp 2019-12-12 21:35:21 +01:00
Aria
96045d4fdf on-mine is now explained in the default mining.yml to avoid confusion 2019-12-12 17:56:44 +01:00
Aria
6b05f32d4c Guilds!!!
They're finally here. Even if it's just the foundation.
- Also added an auto-saver (more info in config.yml)

It's recommended to regenerate these files:
config.yml, messages.yml, commands.yml
2019-11-30 01:11:39 +01:00
Aria
c9c9b905fa Added Stat placeholders
%mmocore_stat_STATNAME%
%mmocore_formatted_stat_STATNAME%
2019-11-18 11:04:56 +01:00
Aria
d370409cda Made more messages show in the actionbar by default 2019-11-18 10:39:25 +01:00
Indyuce
ad392038dd !Moved action bar to another class 2019-11-11 00:16:40 +01:00
Indyuce
adb5239d36 !Fixed default mining config 2019-11-03 17:44:25 +01:00
Indyuce
3418a02ffa !Added new stats to default configs 2019-11-02 20:41:12 +01:00
Aria
bd4d889c62 MMOCore 1.1: Two big updates (+ some small features)
Block Regen has been completely reworked.
Any message in the messages.yml can now be actionbar configured.

- A default actionbar has been added.
- Added placeblock experience source
- Commands removed from the commands.yml will now be disabled
- Moved EXP holograms up a bit
2019-10-20 00:27:56 +02:00
Aria
4f228fd40a !Everything needed for Custom Blocks 2019-10-19 20:28:04 +02:00
Aria
ebc72693e8 guilds part 1 2019-10-18 20:17:43 +02:00
Aria
26350cb4ca Fixed typo 2019-10-18 18:00:32 +02:00
Aria
e0fb1507ff fixed typo 2019-10-18 00:04:11 +02:00
Aria
11c4c05bc1 Added messages for on cooldown and no mana in spell casting 2019-10-18 00:00:09 +02:00
Aria
d3844ae12c Made commands customizable 2019-09-13 01:35:44 +02:00
Aria
c98a952261 Fixed exp sources 2019-09-13 01:35:30 +02:00
Aria
efc387d7a2 Removed 'harvestcrop', replaced with option in 'mineblock' 2019-09-12 01:02:49 +02:00