Enderchest

Latest version: v0.1.6

Safety actively analyzes 681881 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

0.0.4

This release adds the ability to sync resources with server instances, though this functionality is very much still in early days--updating the symlinks inside a server folder will need to be something that's **carefully coordinated** with restarting the server.

What's Changed
- 6 : Adding the ability to link server resources
- 9 : bugfix (resolves 8)
- README updates


**Full Changelog**: https://github.com/OpenBagTwo/EnderChest/compare/v0.0.3.1...v0.0.4

0.0.3.1

This release implements the ability to sync between EnderChests.

- `enderchest open` will pull changes from a remote EnderChest installation
- `enderchest close` will push local changes to any remote EnderChest installations

This is accomplished by ways of running bash scripts consisting of rsync commands, which should work out of the box on Linux and MacOS. Windows users have the ability to run bash scripts as well through WSL, Cygwin, MinGW or similar, but Windows **is not officially supported** at this time.

Other highlights of this release:
- Optional support for configuration files when setting up remote EnderChests for syncing (an example is provided below)
- Implementation of comprehensive unit tests
- Onboarding to Github Actions (right now, just for running unit tests, but this will eventually allow for automated building and deployment to PyPI, conda and more)

More details can be found [here](https://github.com/OpenBagTwo/EnderChest/pull/3).

**Full Changelog**: https://github.com/OpenBagTwo/EnderChest/compare/v0.0.2...v0.0.3.1

0.0.2

The `enderchest place` command has been fleshed out to make it a lot easier to use--and use repeatedly to keep your instances up-to-date. The changes in this release allow the user to run `enderchest place` any time they make any modification to the tags or sync with changes from other installations

What's Changed
- `enderchest place` now overwrites all existing links (but won't delete a file in an instance folder!), and local-only tags take precedence over client-only tags, which take precedence over global tags.
- by default, `enderchest place` removes any broken links (which you'd get if you were, like, upgrading a mod)
- `enderchest place` won't place links for instances that don't already exist, because doing otherwise would make it harder to create those instances later

**Full Changelog**: https://github.com/OpenBagTwo/EnderChest/compare/v0.0.1...v0.0.2

0.0.1

Initial Proof of Concept release, very roughly implementing:

- Initializing an "EnderChest" folder within your minecraft root (the folder above where your MultiMC/fork "instances" folder lives)
- Symlinking from your SomethingMC instances into the EnderChest repository folder

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.