All Projects → ifera-mc → MysteryCrate

ifera-mc / MysteryCrate

Licence: GPL-3.0 License
PLUGIN ARCHIVED. USE https://github.com/DaPigGuy/PiggyCrates instead!

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to MysteryCrate

MysteryBox
Crate implemention for PocketMine-MP (PMMP)
Stars: ✭ 19 (-36.67%)
Mutual labels:  pocketmine-mp, pmmp, crates
Pathfinding
A pmmp virion (library) for pathfinding using A*
Stars: ✭ 36 (+20%)
Mutual labels:  pocketmine-mp, pmmp
Pocketmine-School
A Website To Teach Everything About PocketMine-MP
Stars: ✭ 15 (-50%)
Mutual labels:  pocketmine-mp, pmmp
NPC
The NPC plugin for PocketMine-MP
Stars: ✭ 28 (-6.67%)
Mutual labels:  pocketmine-mp, pmmp
DungeonPlus
[Plugin] A Plugin support Dungeon API.
Stars: ✭ 14 (-53.33%)
Mutual labels:  pocketmine-mp, pmmp
CosmeticMenu
Fun and Easy-to-Use Pocketmine Cosmetics plugin. (Gadgets, Particles, Trails, etc)
Stars: ✭ 22 (-26.67%)
Mutual labels:  pocketmine-mp, pmmp
RapidPM
High performance extension that implements parts of PocketMine-MP (PMMP) with Zephir
Stars: ✭ 31 (+3.33%)
Mutual labels:  pocketmine-mp, pmmp
RedstoneCircuit
This is the PocketMine plugin that implements the Redstone circuit.
Stars: ✭ 81 (+170%)
Mutual labels:  pocketmine-mp, pmmp
Emotes
This plugin allows players to use their favorite emotes on the server!
Stars: ✭ 15 (-50%)
Mutual labels:  pocketmine-mp, pmmp
tokio-tun
Asynchronous allocation of TUN/TAP devices in Rust using tokio
Stars: ✭ 17 (-43.33%)
Mutual labels:  tap, crates
BuilderTools
🪓 Powerful World Editor plugin for PocketMine servers
Stars: ✭ 74 (+146.67%)
Mutual labels:  pocketmine-mp, pmmp
InvSee
A PocketMine-MP plugin that lets you view and modify offline and online players' inventories in real-time!
Stars: ✭ 19 (-36.67%)
Mutual labels:  pocketmine-mp, pmmp
KitUI
Advance AdvancedKits! Select Kits from a form, just do /kit and get kits info and select it if available! For Minecraft Bedrock Edition!
Stars: ✭ 44 (+46.67%)
Mutual labels:  pocketmine-mp, pmmp
CustomItemLoader
This is a plugin that brings the custom item to your server for PocketMine-MP!
Stars: ✭ 87 (+190%)
Mutual labels:  pocketmine-mp, pmmp
FakePlayer
Specter but targeting PocketMine-MP API 4.0.0
Stars: ✭ 46 (+53.33%)
Mutual labels:  pocketmine-mp, pmmp
EasyEdit
A feature-rich World Editor for PocketMine-MP
Stars: ✭ 26 (-13.33%)
Mutual labels:  pocketmine-mp, pmmp
IslandArchitect
An plugin to create custom sky island generators for the SkyBlock plugin
Stars: ✭ 12 (-60%)
Mutual labels:  pocketmine-mp, pmmp
SAC
An AntiCheat software for PockeMine-MP made to detect unfair gamplay advantages.
Stars: ✭ 52 (+73.33%)
Mutual labels:  pocketmine-mp, pmmp
VirionTools
A handy plugin for developers who wish to compile and inject virions without using Poggit.
Stars: ✭ 17 (-43.33%)
Mutual labels:  pocketmine-mp, pmmp
CommandShop
Players have to pay items or money to use specific commands! A PocketMine plugin.
Stars: ✭ 32 (+6.67%)
Mutual labels:  pocketmine-mp, pmmp

PLUGIN ARCHIVED

USE https://github.com/DaPigGuy/PiggyCrates instead!

MysteryCrate Banner

MysteryCrate

HitCount License Poggit Release
HitCount GitHub license Poggit-CI

A MysteryCrate plugin for PocketMine-MP

Features

  • This plugin adds custom crates to your server.
  • Crates can be opened with a custom key.
  • Easy to use crates.yml for adding custom items to the crate.
  • Upon opening the crate particles are generated telling player someone opened the crate.
  • Ability to give enchanted item to players.
  • Ability to give custom enchanted items to players. Requires PiggyCustomEnchants by @DaPigGuy
  • Fool proof. Players cannot grief it.
  • You can set multiple crates using the pattern set in crates.yml.
  • The entire plugin is suited for PocketMine-MP latest API.

How to setup?

  • For adding enchants that are not registered by PocketMine-MP you may use VanillaEnchantments by @TheAz928 or TeaSpoon by @CortexPE for adding enchants on the items.
  • Additionally you can also add CustomEnchants to the items. For this you require PiggyCustomEnchants by @DaPigGuy.
  • Get the .phar and drop the into your plugins folder.
  • Next navigate to the crates.yml file and edit/set the block you want the crate to be recognized with under block: "ID:META" key.
  • Make sure that name of the world where crate is located is same as the world folder name.
  • Now mention the name of theworld where the crate is located in crateWorld.
  • Reload the server.
  • Place the block down you initially set in crates.yml under block: "ID:META" key.
  • Place either a chest, ender chest or trapped chest on top of that block.
  • To open the crate you require a crateKey.
  • To get the key use /key [type] [player] [amount] in-game and then tap the crate with it. You can set/see the crate type in crates.yml file.

FAQs

Q: How to setup the crates?
A: Please read this.

Q: How to add particles?
A: Its very simple. When you place a chest on top of the block you set in crates.yml the plugin will automatically add its coordinates to the blocks.yml file. You will just need to restart the server for the particles to show.

Q: How to remove the particles?
A: Just destroy the chest whose particles you want to remove. Restart the server and the particles will be removed.

Q: Will the crates have floating text above them?
A: Yes, they will have Floating Text.

Q: Can I edit the floating text that appears above the crate?
A: Yes you can. Navigate to blocks.yml and edit the crate text you see. For example, you want to edit the floating text of legendary crate then there would be a key\heading of legendary: in the blocks.yml file. Edit the text after the : to edit\change the floating text.

Q: I found a issue in the plugin what do I do?
A: Please open an issue here and give as much detail as possible.

Q: I would like a new feature to be added. How do I report?
A: Please open an issue here and give as much detail as possible.

Q: What to do with the blocks.yml file?
A: You need not to do anything with it unless you want to edit the floatiing text. The plugin automatically generates stuff within the file to make the setup for the user easier.

Commands and Permissions

Description Command Permission Default
Crate Key /key [type] [player] [amount] mc.command.key op
Crate Key All /keyall [type] [amount] mc.command.keyall op
Use a crate ~ mc.crates.use true
Destroy a crate ~ mc.crates.destroy op
Create a crate ~ mc.crates.create op

Info

  • Make sure to subscribe to be updated for when i release more stuff on my YT channel.
  • Support is appreciated.
  • Please don't hesitate to ask questions or report bug report in issues section.

Credits

Videos

YouTube YouTube

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].