MinecraftPhi-modules VS String-Parser

Compare MinecraftPhi-modules vs String-Parser and see what are their differences.

MinecraftPhi-modules

Establishes safe standards to reduce datapack conflicts (by MinecraftPhi)

String-Parser

A Minecraft datapack that allows to parse strings into character arrays (by 5uso)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
MinecraftPhi-modules String-Parser
8 6
45 39
- -
1.7 0.0
over 2 years ago over 1 year ago
mcfunction mcfunction
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

MinecraftPhi-modules

Posts with mentions or reviews of MinecraftPhi-modules. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-04.
  • Edit armor trims with commands?
    1 project | /r/MinecraftCommands | 13 Mar 2023
    Just look at the /item and item modifier wiki pages; for the loot table method, inspect https://github.com/MinecraftPhi/MinecraftPhi-modules
  • Why don't we have a package manager?
    5 projects | /r/MinecraftCommands | 4 Feb 2022
    To add: There already a bunch of scattered datapacks that try to provide some functionality in a sort of library-way. Some are not updated anymore, some are. The ones that I know of that come to mind would be AESTD, MinecraftPhi or this much more specialised string parser.
  • Command to replace your helmet and giving you what you already had equipped there in your inventory?
    1 project | /r/MinecraftCommands | 22 Nov 2021
    You need to add a data pack with this loot table.
  • How to add attributes to already existing items
    1 project | /r/MinecraftCommands | 17 Mar 2021
    There's a MinecraftPhi module specifically for this usage, you can see more info in its github wiki page.
  • How can I make a book that dynamically updates its pages?
    1 project | /r/MinecraftCommands | 12 Mar 2021
    3: You can find the loot table here: https://github.com/MinecraftPhi/MinecraftPhi-modules/blob/master/phi.modifyinv/src/datapack/data/minecraft/loot_tables/blocks/yellow_shulker_box.json
  • Getting an NBT string from a certain block's ID
    1 project | /r/MinecraftCommands | 6 Mar 2021
    The problem is, we can't summon the arrow directly in the block, we need to summon the arrow slightly above the block and let it fall into the block in order for the tag to be set. This means, we have to clone the block to a utility location to summon the arrow at. I'm using (-30000000, 0, 1604) to work well with MinecraftPhi-modules, so we don't need to /forceload more chunks than necessary. A second problem is that we have to wait one tick before we extract the data because the arrow needs one tick to land on the block.
  • Minecraft Catchable Enderpearls Datapack 1.16+
    1 project | /r/MinecraftCommands | 31 Jan 2021
    using a custom loot table - When the player catches the enderpearl, store its Owner tag into a custom tag on an enderpearl item that is in a *yellow* shulker box inside a forceloaded chunk. (command below assumes enderpearl is in the first slot of box) data modify block Items{Slot:0b}.tag.CustomOwnerTag set from entity Owner then, use /loot to give the player the enderpearl that is stored in that shulkerbox (the enderpearl must be the ONLY item) loot give mine air{drop_contents:1b}
  • is there a way to make compasses work in the nether?
    1 project | /r/MinecraftCommands | 3 Jan 2021
    For making the compass tracker work in general, you'll need to use the shulker box loot method that overwrites the yellow shulker box's loot table in a non-obtrusive way, meaning you can still use it in survival gameplay. I recommend using the phi.modifyinv minecraftphi module for this, though it needs the phi.core module (both is in the same linked github repository), you can visit its github wiki for more information

String-Parser

Posts with mentions or reviews of String-Parser. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-07.

What are some alternatives?

When comparing MinecraftPhi-modules and String-Parser you can also consider the following projects:

mecha - A powerful Minecraft command library.

RealmsHub - The sourcecode for realmshub.com

AESTD - The "Standard Command Library" datapack by Aeldrion for Minecraft 1.14+