Log in
Register
What's new
Search
Search
Search titles only
By:
Home
What's new
Latest activity
Authors
Forums
New posts
Search forums
Rules
Server Rules
Forum Rules
Tutorials
About
Members
Current visitors
New profile posts
Search profile posts
What's new
New posts
New profile posts
Latest activity
Contact
➥ Store
➥ Discord
Current visitors
New profile posts
Search profile posts
Menu
Log in
Register
Install the app
Install
Members
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
mrbeaver2K's latest activity
mrbeaver2K
replied to the thread
How to set damager player?
.
You may insert the desired damager's Name or UUID in the damage codeblock.
Feb 1, 2025
mrbeaver2K
replied to the thread
Shoot a Particle line from a player that will do damage while holding certain item
.
This may work You should probably tweak a few things though.
Feb 1, 2025
mrbeaver2K
replied to the thread
How do you set a block ID to an item.
.
Set Variable (iron block) > Item Manipulation (item frame) > Set Item Material (enchanted chiseled stone brick)
Feb 1, 2025
mrbeaver2K
reacted to
Jeremaster's post
in the thread
A Decade of DiamondFire
with
Like
.
Hi everyone! Today is DiamondFire's 10-year anniversary. Quite a milestone, isn't it? There aren't too many Minecraft servers that have...
Jan 21, 2025
mrbeaver2K
replied to the thread
How do I spawn a killer bunny?
.
Game Action (spawn rabbit) Entity Action (target last spawned) > Appearance > Set Rabbit Type
Jan 21, 2025
mrbeaver2K
replied to the thread
How do I code a level system?
.
Create an inventory menu with items that represent levels. Give each item a unique name. Make a dict that has the item names as keys and...
Jan 21, 2025
mrbeaver2K
replied to the thread
How to make a "Blink" ability?
.
Endpoint = ShiftInDirection(GameValue(Location), [max blink distance]) RepeatOnPath(Target, GameValue(Location), Endpoint) {...
Jan 21, 2025
mrbeaver2K
replied to the thread
Destroying all blocks but one in a region
.
This isn't the most efficient, but I would use: RepeatOnGrid(Target, Corner1, Corner2) { BlockEquals(Target, SafeBlock) NOT {...
Jan 21, 2025
Members
Top
Bottom