-
released this
2019-01-28 18:49:42 -05:00 | 155 commits to stable since this release2.19 implements the Dovahkiin species.
Changelist:
- Implemented the Dovahkiin Species
- has 30 health, 15 hearts. (
0608cecd62) - soul suck ability: can suck the life out of other entities (
597d6f83f7)- max range of 6 blocks
- 1 heart a second is transferred
- fire breath: can shoot fire out his mouth
- visual fire does not hurt players, only actual fire. (
c62ee46400)
- visual fire does not hurt players, only actual fire. (
- has 30 health, 15 hearts. (
- added
phase syncsubcommand to /erostey (764d014361) - Increased Bad Zone badness (
68d8cdd656) - added Essentials integrations (
1da81c2d5d)- to check player vanish statuses
- MessageCommand notifies all admins of message (
b234fd0cf3) - Ender: do not show hidden players in Dye menu (
e75d54b05a) - Ender: fixed teleport to player using right click instead of left (
c5dc2dae6c) - Dwarf: add random enchantments to any crafted tools (
9f77d50f28) - PhaseWalker: do not allow adding of offline or hidden players. (
7150838a47) - PhaseWalker: do not allow launching projectiles while phased (
44e6729a87) - PhaseWalker: remove group creation debug message (
f6bf9b7845) - PhaseWalker: prevent physical modification of phase groups while holding gray dye (
c680b621ed) - ViriPlaga armour has
protection, mending, and thorns. (caea350780)- protection was removed in a later commit (
1941570c88)
- protection was removed in a later commit (
- ViriPlaga armour arrow protection. 1 Power required for every piece of armour (
3e67c5904e,1fc68c2c3f) - ViriPlaga: give plague to those who hit target without armour (
16c2c4ed66) - ViriPlaga: plague armour has diamond level protection (
bda0bca83b)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Implemented the Dovahkiin Species
-
Erostey 2.18 Stable
released this
2019-01-20 15:06:09 -05:00 | 185 commits to stable since this releaseErostey 2.18, fixy fixy:
- merged admin command with erostey command (
06d6e7a1b0) - ViriPlaga: fixed max air changes not taking effect while in water (#12,
25bddda6d3) - added dye menu for PhaseWalker (
1d5079402d)- can use dye menu to manage their IdealPhaseGroups (add, remove, list)
- ViriPlaga: is no longer targetted by Wither Skeletons
- Ender: Dye Menu improvements
- separate menus for teleporting to/from/p2p
- list for other players' ender chests
- show player coordinates in teleport menu (
8224f08818)
- converted to erostey.* permissions
- ViriPlaga: fixed max air being 200 instead of 300 (
22201eb27c) - ViriPlaga: fixed taking fall damage while wearing boots (
ef6c3811dd) - ViriPlaga: fixed armour being enchantable (
9b8666a6d1) - ViriPlaga: fixed player not being able to craft Plague Armour (
7fba1ebf57) - ViriPlaga: fixed boots and helmet being craftable only in the top of the bench (
60baca8577) - ViriPlaga: fixed player retaining armour health on respawn (
24e719a3a8) - ViriPlaga: implemented new back end system for Plague Armour (
0b98a2de66)- it is now managed through NBT tags, so it can be modified in almost every way and still worn. 🤔
- Ender: only Ender species can use Ender Portals now.
- Ender: ender species is now weak to water (
6583d6721c)- teleports away from water blocks
- takes one heart of damage per tick while in contact with rain
- Human: max health is enforced (
9312927899) - manage plague infected areas.
- Flying Species (Elf, Dovahkiin, Dragon Slayer): add hunger consumption to flight.
- 1 ham shank every 30 seconds while flying
- PhaseWalker: updated phase system (
906e82ed51)- non-walker players who are phased and leave will join phased if their walker is still phased.
- will not broadcast to the chat.
- phasewalker can leave and join silently, if phased.
- non-walker players who are phased and leave will join phased if their walker is still phased.
- rename GodMessageCommand to MessageCommand (
791f5b3877) - remove AdminCommand, merged with ErosteyCommand (
06d6e7a1b0) - general code readability improvements
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- merged admin command with erostey command (
-
Erostey 2.17 Stable
released this
2019-01-07 19:11:00 -05:00 | 207 commits to stable since this releaseErostey 2.17 is mostly a QoL update. It is not meant to add many new features, instead improve on others. There will be many more updates like this in the future.
Changes:
- Flying Species now consume hunger whilst flying
- this happens at a rate of 1 full ham shank every 30 seconds in the air.
- added
/erosteycommand- currently just used for
/erostey version.
- currently just used for
- PlagueArmour can not be enchanted
- fixed PlagueArmour not able to be worn after repair
- fixed being able to repair PlagueArmour with leather armour
- fixed being able to dye PlagueArmour
- Phase Plane improvements
- leaving/joining will not be broadcasted to players when hidden
- fixed players being seen when joining
- fixed players being stuck in the phase realm when leaving
- players can join phased
- will unphase if:
a. phase walker is offline
b. phasewalker has unphased
c. phasegroup is null
- will unphase if:
- players are no longer removed from the phase group when they leave
- they are still there, but they cannot be removed or interacted with, they are "offline player"
- ViriPlaga has ~660 ticks of under water breathing (default was ~300)
- Ender species have a weakness to water
- teleports out of water pools
- takes damage in rain
- Player's coordinates are shown as lore in the teleport section of the Ender dye menu
- Humans have enforced max health.
- ViriPlaga max health is recalculated on respawn (because they've likely lost their armour)
- fixed Ender yeet emitted particles at Ender, not entity
- /phasegroup now supports tab completion
- fixed mobs not dropping target after phasing
- added area of knockback for phase & unphase
- fixed groundpound not working
- fixed onArmourEquip throwing NullPointerException
- Ender arrow dodge consumes hunger
- added sounds effects to viriplaga armour
- ground pound only works while wearing plague boots
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Flying Species now consume hunger whilst flying