Stone abilities will no longer activate during cancelled events. This should help with WorldGuard and other region claiming plugins where pvp isn't allowed.
Changes: - This is a small but much needed update. Every minute the plugin will auto save the data file. This should mostly prevent instances where your sever crashes and stone data is lost (players have missing stones).
I am still busy, but hope to impement other suggested features soon!
Fixed a bug that didn't remove particle effects from playing from dead snowball entities. (You will no longer find random balls of particles floating in the air)
I know some of you are waiting for some features updates. Sorry for the wait. I am quite busy right now. I hope to implement those suggested features in the future <3
Changes: - Added 3 new config settings:
- The double jump can now be configured, you can change the velocity multiplier and the Y boost when a player activated a double jump. If you don't know what these are, just play around with the settings and decrease the numbers to make the jump weaker, and increase to strengthen it.
- You can now add worlds to a disabled-worlds list. Any InfinityStone abilities will not work when the player is in those worlds.
Here are the new config sections if you want to copy/paste, or you can delete your old config and reload.
Code (YAML):
# Any stone abilities in the worlds listed below will not work. disabled-worlds: - 'example1'
- 'example2'
and
Code (YAML):
# detirmines the volocity multiplier of the double jump (default: 1.5 ) double-jump-velocity-multiplier: 1.5
# detirmises the Y boost of the double jump (How high the player is boosted) (default: 1.0) double-jump-y-boost: 1.0
Changes: - added PlaceholderAPI support! You can now use the plugin file as a PlaceholderAPI expansion! Simply drag a copy of the file into the
PlaceholderAPI's expansions folder. After that, run the command
/papi register InfinityStones.jar
Placeholders:
%infinitystones_gauntlet% - returns a single line of text displaying the infinity stones the player has equipped. If a stone is not equipped, it will be gray.
example:
(example with un-equipped stones)
%infintystones_soul_icon% - returns the individual icon for the soul stone. %infintystones_reality_icon% - returns the individual icon for the reality stone. %infintystones_space_icon% - returns the individual icon for the space stone. %infintystones_mind_icon% - returns the individual icon for the mind stone. %infintystones_power_icon% - returns the individual icon for the power stone. %infintystones_time_icon% - returns the individual icon for the soul stone.
These 6 placeholders can be used to create more unique designs with the stone icons. Here is an example where I remade the gauntlet, but in a scoreboard:
Video Showcase:
https://imgur.com/THuQ3b4 Image:
%infinitystones_teleport_cooldown% - displays the cooldown for the space stones' teleport ability!
Example:
%infinitystones_beam_cooldown% - displays the cooldown for the power stone's power beam ability!
Example:
- Added a config option to adjust the cooldown on the Power Stone's beam ability.
Code (Text):
# adjust the cooldown for the power stone's beam ability (seconds)
power-beam-cooldown: 2
Bug Fixes: - Removed unintentionally displayed debug messages from being displayed when dying.
- Other smaller fixes
If you have other placeholder ideas, join the discord and suggest them! Enjoy!
p.s. I am hoping to release a content update soon with a new all-stones ability and GUI addition.
Changes:
- Changed the %player% placeholder to be singular
- added the %player-plural% placeholder which is the plural version of the players name (PlayerName + 's)
This was done to better support multiple languages
Changes: - added support for custom player heads as infinity stone materials!
How to set an infinity stone to a player head texture: 1) Find a player head texture. I use this website:
https://minecraft-heads.com/
2) Locate the Items section in your config.yml
3) Replace the material of the stone with the
value of the player head texture. The value should be a long string of letters and numbers like this:
This is taken directly from the
https://minecraft-heads.com/ website. Just scroll down after you selected the player head you want, and you will find it. Please see the example below.
4) Run the
/isreload command and you are done!
(if you are seeing a Steve, an Alex head, or the texture isn't correct, you probably don't have the correct texture value. If you need help, join my
Support Discord.
Changes:
- added the
/isreload command to reload the config without having to restart the server
- added the new permission
infinitystones.reload which gives access to the
/isreload command
Bug Fixes:
- added
golden sword to the power stones' power beam ability and to the space stones' teleport ability
Hello everyone! This update has been asked about numerous times and I am happy to say that it is finally here! Please keep in mind that I am a new developer and if you encounter any bus or issues, please report them to the support discord. Thanks!
Changes: - The Config.yml file has been completely redone and the InfinityStones data has been relocated to the new data.yml file
Please fully restart the plugin to save new config.yml changes!
WARNING! Please read if you are updating from a previous version!
Because of the changes to the config.yml file and the new data.yml file, you will have to move the info from your current config file into the new data.yml file if you want to keep the data from previous updates.
How to do this:
1) Stop your server
2) Locate the old (pre 1.10) InfinityStones config.yml file
3) Rename the file to
data 4) Delete the old plugin .jar file (not the data folder)
5) Upload the new plugin and start your server!
- You can edit messages in the config file - You can edit titles in the config file - You can edit the GUI Item lores in the config file - You can customize the infinity stones' names and materials in the config - You can disable specific stone abilities - You can adjust values for stone abilities - You can increase the level of potion effect abilities (ex. Speed III)
Game Setting Options: - You can now toggle to
drop the infinity stones upon death in the config
- You can now toggle to
delete the infinity stones upon death in the config
- You can
globally disable particle effects in the config
- Added the /infinitystones command which gives a list of commands along with useful links
- Adjusted some messages and titles - other smaller changes and bug fixes
That was a lot... If you enjoy this plugin, please leave a like or review,l I really appreciate it!
If you need support or have a suggestion, please join my discord server [HERE]
You might have also noticed a new "Videos" section to the plugin page, If you have a review or showcase video, message me here or on discord and I'll add your video to the list.
Changes - Removed most chat messages and replaced them with titles ---------------------------------[]---------------[]---------------[]--------------------------------- - Added a "The End is Near..." chat message that is triggered when a player equips all of the infinity stones
- Fixed some message typos and adjusted some messages
- Added an "all" option for the <stone> argument in both the
/removestone and
/equipstone command.
Bug Fixes: - Now if a player un-equips a stone while their inventory is full, the stone will drop as an item instead of being deleted
Enjoy! Please report any bugs, issues, or suggestions to the support discord!
Changes: - added 2 new admin commands and permissions:
/removestone <player> <stone> Removes the stone from the players gauntlet. /equipstone <player> <stone> Equips the stone to the players gauntlet.
New Permissions:
infinitystones.removestones Gives access to the /removestone command
infinitystones.equipstones Gives access to the /equipstone command
Enjoy! Thanks for 400+ Downloads!
If you find any bugs, please report them to the discord server:
[HERE]
Changes: - Added sounds to many events related to the plugin including:
- Equip an Infinity Stone
- Un-equip an Infinity Stone
- Stunning a Mob
- Choking a Mob
- Shooting the Power Beam
- Power Beam Impact
- on Double Jump
Made it possible to allow flight toggling for those who use it in survival. If you don't toggle flight on your server, you will not need this update. If you are trying to toggle fly in survival mode (using another plugin), it is now possible to do so when the space stone is not active.
Thanks to Scruxx and Calz for bringing this to my attention!
Changes: - Added a new (hidden) all-stones ability that greatly increases the power of the [Left-Click] sword ability. - increased damage radius - increased damage - Increased fire-ticks