Commit Graph

324 Commits

Author SHA1 Message Date
Indyuce
ff8effdd81 !Small change 2019-12-29 16:44:04 +01:00
Indyuce
c4c83577f1 Fixed an issue with the waypoints GUI 2019-12-29 16:43:19 +01:00
Indyuce
0ef4c91bc3 !Lib update 2019-12-29 15:28:26 +01:00
Indyuce
b40187c1fa !Update version number 2019-12-29 15:19:47 +01:00
Indyuce
c1cf2bf406 Moved stat handling to MMOLib 2019-12-29 15:17:31 +01:00
Indyuce
94a58d835c Updated version number 2019-12-28 23:39:06 +01:00
Indyuce
34935e83b7 !'magical' -> 'magic' 2019-12-28 15:41:00 +01:00
Indyuce
5eadfc0b85 Fixed MMOLib import 2019-12-28 15:36:47 +01:00
Aria
9087c9bc0a !Updated pom.xml 2019-12-24 23:16:16 +01:00
Indyuce
6d53f009bd !Moved compatibility methods to MI 2019-12-24 15:58:50 +01:00
Indyuce
3c046682cc !Fixed an issue with ray traces 2019-12-24 00:53:33 +01:00
Indyuce
44b7676f17 !Update classes utilizing PlayerAttackEvent 2019-12-23 22:11:33 +01:00
Indyuce
07b7ca7786 !Moved damage modifiers to MMOLib 2019-12-23 21:23:05 +01:00
Indyuce
d98489dcb4 !Added crit strike chance, power and mitigation stats.
Mitigation and crits are handled via MMOLib
2019-12-23 19:47:07 +01:00
Indyuce
02246b2831 !Fixed comp issue with MMOLib 2019-12-23 19:36:36 +01:00
Indyuce
2c5309b417 !MMOLib update 2 2019-12-23 19:27:13 +01:00
Indyuce
6913e8b0cc !Statistics map moved to MMOLib 2019-12-23 18:41:27 +01:00
Indyuce
c83dcf94b0 !Removed metrics (mmolib) 2019-12-23 17:46:21 +01:00
Indyuce
6c3a047cef !Moved metrics to MMOLib 2019-12-23 17:46:09 +01:00
Indyuce
6fc7d84715 !MMOLib update 2 2019-12-22 19:55:55 +01:00
Indyuce
ba164288b1 Merge branch 'master' of http://Indyuce@dev.lumine.io/bitbucket/scm/mmo/mmocore.git 2019-12-22 18:30:33 +01:00
Indyuce
4e7a4b0bcf !Moved many classes to MMOLib 2019-12-22 18:30:07 +01:00
Aria
f33f55491b Added 'craftitem' XP source.
(Syntax is the same as mineblock)
2019-12-22 18:10:56 +01:00
Indyuce
280b48b857 !Made important method private to avoid confusion 2019-12-22 15:31:43 +01:00
Indyuce
51e2bdea06 Update version nb 2019-12-22 15:16:28 +01:00
Indyuce
0ca82a0a2d !Added method to StatInstance to easily register temp stats 2019-12-22 15:14:05 +01:00
Aria
598aaa3ab3 Fixed 'minemiblock' 2019-12-21 00:34:18 +01:00
Aria
db05b391b0 Fixed not loading MMOItems properly, disabling some compatability.
(Mainly Custom Block Regen)
2019-12-20 00:37:21 +01:00
Aria
6888630355 Clicking an empty anvil result slot no longer errors 2019-12-18 19:24:22 +01:00
Aria
a4477415ed Added 'place-block' and 'break-block' triggers 2019-12-17 21:52:57 +01:00
Aria
6e7d6d0b3a Stats are now reloaded when a player logs in
(This build hasn't been tested at all and might be unstable!)
2019-12-14 03:41:46 +01:00
Aria
652294ccc3 Rewrote the fishing coef system into an optimized weight system 2019-12-14 03:26:39 +01:00
Aria
29d6557553 Fixed XP dupe bug with killmob exp source 2019-12-14 02:42:28 +01:00
Aria
1195cd030d Added 'minemiblock' for MMOItems custom blocks.
Format is the same as 'mineblock', but with MI Custom Block ID instead
Example: 'material=STONE' --> 'id=1'
2019-12-14 01:29:19 +01:00
Aria
c18aad448b !tiny tiny code cleanup 2019-12-14 01:17:00 +01:00
Aria
12009feaeb Added an option to prevent spawner mobs from giving xp 2019-12-12 21:36:23 +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
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