This repository was archived by the owner on Nov 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Some Ideas #79
Copy link
Copy link
Open
Milestone
Description
Events
A cancel block for cancelling these events would be nice if it's not implemented yet.
- ✅ Join Server
- ✅ Leave Server (A way to show the server IP that these happen on, string)
- Death
- Kill
- Attack Entity/Player (A way to show the entity name and type that the player is attacking to, string)
- Take Damage
- Respawn
- Block Break/Place - Drop Item
- Pickup Item
- Change Hotbar
- Toggle Sneak (A way to show the player if they are sneaking or not, boolean)
- Toggle Creative Flight (A way to show the player if they are flying or not, boolean)
- Toggle Elytra Flight (A way to show the player if they are flying or not, boolean)
- ✅ Send Chat Message (A way to show the player's chat message, string)
- Jump
- Swap Offhand
- Toggle Crawl
- Toggle Swim (A way to show the player if they are crawling/sneaking or not, boolean)
- Splash a Potion (A way to show the coordinates of the splashed potion location, float)
Displays
Some new blocks if this gets added:
- Create Box (With an ID/name of the box so it's possible to remove it with that)
- Delete Box
- Move Box
Additional Events: - Player Press "button" Button on Box "box"
- Player Hold "button" Button on Box "box"
- Player Release "button" Button on Box "box"
I don't exactly know how this is possible with Minecraft Modding but a way to display a menu (just like some of the Minecraft clients' mod settings menu) in game would be awesome. My idea for this is making a "Create a Box" block that allows you to display a box on anywhere of your screen. You can change the size, the containing texture of it, the position, round the corners of the box, give it a glow (with color support), transparency and such for visuals. You would be able to import your own files to the app for the textures and sounds that you want to use.
Blocks
- Save Item with ID "id" on Player Hand/Offhand/Inventory Slot "slot"/Container Slot "slot" (With a way to show the container type like a chest. String/Hotbar Slot "_slot" etc.
- Player Attack
- Player Use Item
- Look At Block/Pitch & Yaw input
- Toggle Perspective
- Play Sound (Works with a file input)
- Jump
- ✅ Drop Item
- ❌ Player UUID to Player Name converter (Reversed = yes/no)
- ❌ Edit Player Visibility (Player UUID input)
Also idk how this could work but a list that includes all the player UUIDs in the server of the player who triggers this mod would be really nice.
That's all I got so far. I will put in more if I get more ideas.
Metadata
Metadata
Assignees
Labels
No labels