TransmuteIt: Difference between revisions

From ChewWiki
Jump to navigation Jump to search
use cite github commit and github repo url templates
m use minecraft.wiki
Tag: 2017 source edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
TransmuteIt is a Spigot plugin written primarily by [[Chew]] and is heavily inspired by the mod [https://www.curseforge.com/minecraft/mc-mods/projecte/files ProjectE].<ref>[https://github.com/chewmc/transmuteit#lore ChewMC/TransmuteIt on GitHub]</ref>
TransmuteIt is a Spigot plugin written primarily by [[Chew]] and is heavily inspired by the mod [https://www.curseforge.com/minecraft/mc-mods/projecte/files ProjectE].<ref>[https://github.com/chewmc/transmuteit#lore ChewMC/TransmuteIt on GitHub]</ref> The project is developed under [[ChewMC]].


== Inspiration from ProjectE ==
== Inspiration from ProjectE ==
Line 9: Line 9:
== Functionality ==
== Functionality ==


Since the Bukkit API does not easily support custom blocks, GUIs, items, among other things, some compromises are made. For instance, most item retrieval is done via [https://minecraft.fandom.com/wiki/Commands commands] instead of the mod's transmutation table or tablet.
Since the Bukkit API does not easily support custom blocks, GUIs, items, among other things, some compromises are made. For instance, most item retrieval is done via [https://minecraft.wiki/Commands commands] instead of the mod's transmutation table or tablet.


Instead of each item having an appended lore with the EMC value of the item, it must be shown instead via <code>/getemc</code>.<ref>[https://github.com/ChewMC/TransmuteIt/wiki/Commands#getemc-item--item-in-main-hand Commands - ChewMC/TransmuteIt Wiki]</ref>
Instead of each item having an appended lore with the EMC value of the item, it must be shown instead via <code>/getemc</code>.<ref>[https://github.com/ChewMC/TransmuteIt/wiki/Commands#getemc-item--item-in-main-hand Commands - ChewMC/TransmuteIt Wiki]</ref>
Line 19: Line 19:


* {{GitHub Repo URL|ChewMC|TransmuteIt}}
* {{GitHub Repo URL|ChewMC|TransmuteIt}}
 
[[Category:ChewMC]]
[[Category:Minecraft Plugins]]
[[Category:Minecraft Plugins]]
[[Category:Software written in Java]]
[[Category:Software written in Java]]
[[Category:Software written by Chew]]
[[Category:Software written by Chew]]

Latest revision as of 22:16, 20 January 2025

TransmuteIt is a Spigot plugin written primarily by Chew and is heavily inspired by the mod ProjectE.[1] The project is developed under ChewMC.

Inspiration from ProjectE

Because the plugin is limited to the extent of the Bukkit API, it is not a full clone of the ProjectE mod. Instead, it aims to mimic the mod's "transmutation" and "EMC" portion, which is what it's mostly known for.

Parts of the plugin utilize the mod's data as well. The plugin's default EMC values are pulled from ProjectE as well.[2] More recently, the code used to handle enchantment calculation into the EMC value was added.[3]

Functionality

Since the Bukkit API does not easily support custom blocks, GUIs, items, among other things, some compromises are made. For instance, most item retrieval is done via commands instead of the mod's transmutation table or tablet.

Instead of each item having an appended lore with the EMC value of the item, it must be shown instead via /getemc.[4]

References

External links