Commit Graph

1688 Commits

Author SHA1 Message Date
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
cc68187d69 Experimental: MMOItems Custom Block Regen Support, The Update 2019-12-11 05:09:25 +01:00
Aria
bbb0b08c0a Added NMS code for 1.15
MMOCore should now be fully compatible with 1.15
(Spigot 1_15_R1)
2019-12-11 04:17:30 +01:00
Aria
7342f5420b Placeholders are no longer ignored when a player isn't in a guild 2019-12-09 21:45:14 +01:00
Aria
0ebd33c1c1 Added Guild placeholders:
%mmocore_guild_name%
%mmocore_guild_tag%
%mmocore_guild_leader%
%mmocore_guild_members%
%mmocore_guild_online_members%
2019-12-08 16:56:07 +01:00
Aria
1c9d10529d actually removed debug messages 2019-11-30 20:05:19 +01:00
Aria
279f12b45d Guilds Hotfix
- Removed debug messages
- Added a safecheck when a player tries to load an invalid guild
- Fixed a co-mod exception
- Fixed having to be in a party for guild chatting
2019-11-30 20:04:14 +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
b6b3ce8c76 Fixed certain items not being able to use custom texture values 2019-11-29 18:55:27 +01:00
Aria
515092a884 Fixed player head texture values for classes 2019-11-28 20:21:09 +01:00
Aria
2366c2e0f6 Added command to set/give/take various resources (mana/stamina/stellium) 2019-11-28 04:19:33 +01:00
Aria
5b320cb88f Fixed action bar hiding and Mob Holograms. 2019-11-25 15:51:23 +01:00
Aria
d7c2d300ba - Every source of experience should now display an xp hologram.
- Class Icons can now use player heads with texture values
2019-11-23 11:52:00 +01:00
Aria
7b7b35e4a1 Added attributes to reset command 2019-11-21 02:01:58 +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
Aria
7fb64d6184 Revived Aria 2019-11-18 10:39:04 +01:00
Indyuce
ad392038dd !Moved action bar to another class 2019-11-11 00:16:40 +01:00
Indyuce
d846044cf3 Merge branch 'master' of http://Indyuce@dev.lumine.io/bitbucket/scm/mmo/mmocore.git 2019-11-03 17:44:50 +01:00
Indyuce
64db110f3c !Improved block trigger calculation 2019-11-03 17:44:43 +01:00
Indyuce
adb5239d36 !Fixed default mining config 2019-11-03 17:44:25 +01:00
Aria
c9c6cedda6 Big Fixes
- Fixed cooldown reduction stat
- Cooldown display now displays exact seconds
  (instead of doubled)
- Changed {max_health} to display player attribute
  (instead of the MMOCore stat (for compatability))
2019-11-03 00:30:47 +01:00
Indyuce
c7bc510b7d Merge branch 'master' of http://Indyuce@dev.lumine.io/bitbucket/scm/mmo/mmocore.git 2019-11-03 00:23:36 +01:00
Indyuce
270a552abc Fix cooldown reduction 2019-11-03 00:23:24 +01:00
Indyuce
3418a02ffa !Added new stats to default configs 2019-11-02 20:41:12 +01:00
Aria
565c972951 merged 2019-11-02 19:24:10 +01:00
Aria
b09f88e157 !Added debug commands for dev./bug tracking 2019-11-02 19:23:42 +01:00
Indyuce
35a8905179 Fixed x2 cooldown issue 2019-11-02 18:14:50 +01:00
Jules
75344e2b6f Player exp gain event 2019-10-29 20:40:41 +01:00
Aria
b719d88a55 Actually fixed default action bar 2019-10-21 06:58:03 +02:00
Aria
e6bb5fbdd4 merged 2019-10-21 06:55:06 +02:00
Aria
ec3e5c21e0 Fixed the default action bar cycling for offline playerdata 2019-10-21 06:50:59 +02:00
Indyuce
d0b38c13dc !Changed MI mana issue message 2019-10-20 14:38:11 +02:00
Indyuce
210d791233 !Disable plugin when running MI Mana 2019-10-20 14:31:15 +02:00
Indyuce
933357ac25 !Ignore cancelled 2019-10-20 14:27:17 +02:00
Aria
83466f92f9 Added the 'hideab' command to 'rpg admin' 2019-10-20 03:00:28 +02: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
d7b251f9fe !Reuploaded Citizens jar 2019-10-19 21:02:48 +02:00
Aria
084b72e3af !Added Citizens to lib folder due to long build times 2019-10-19 20:58:56 +02:00
Aria
4f228fd40a !Everything needed for Custom Blocks 2019-10-19 20:28:04 +02:00
Aria
5a16632610 Rewrote custom mining configurations
Block Regen will now save BlockData of mined blocks.
The name of each entry no longer represents the material.
(Use 'material: MATERIAL' for that)
Playerhead regenning has been moved into 'on-mine' and has been fixed.
2019-10-19 19:09:50 +02:00
Aria
9abb792df3 Added placeblock experience source 2019-10-19 19:07:05 +02:00
Aria
ebc72693e8 guilds part 1 2019-10-18 20:17:43 +02:00
Aria
d78904ec47 bug fix:
Fixed selecting a subclass would act like selecting a new class
2019-10-18 20:11:30 +02:00
Aria
26350cb4ca Fixed typo 2019-10-18 18:00:32 +02:00
Aria
836756b2d1 added option to hide mana bar
(add 'display.mana: true' to config.yml)
2019-10-18 02:22:20 +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
795a878110 Loot Chests should no longer drop loot on restart! 2019-10-17 20:17:21 +02:00