Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a blacklist to prevent spawning on certain blocks #117

Open
2 of 3 tasks
MinecraftMan1013number2 opened this issue Sep 4, 2023 · 3 comments
Open
2 of 3 tasks
Assignees
Labels
status: accepted The pull request or feature accepted. type: feature Request for a new feature.

Comments

@MinecraftMan1013number2
Copy link

MinecraftMan1013number2 commented Sep 4, 2023

Spark link

No response

Server Version

1.20.1

Server Platform

Paper

Describe the bug

When an envoy spawns on a dirt path, the block gets set to dirt
image

Steps to reproduce

  1. Make a dirt path
  2. Start an envoy

Additional context

No response

Agreements

  • I have searched for and ensured there isn't already an open issue regarding this.
  • I ticked all the boxes without actually reading them
  • My version of Minecraft is supported by CrazyCrew.
@MinecraftMan1013number2
Copy link
Author

I realize that this is a vanilla Minecraft feature, however it would be nice to have something so that when an envoy is opened/removed, the path gets changed from dirt back to the path

@TrueDarkLord
Copy link
Member

That's more of a Minecraft thing.
I would suggest using set spawn locations instead of random spawn locations if you plan to still do it in that area.
If you add a lot of set locations, you can set a limit as to how many of them should spawn.

@MinecraftMan1013number2
Copy link
Author

MinecraftMan1013number2 commented Sep 13, 2023

Would it be possible to add some sort of block blacklist for the Random-Locations option in the config?

Maybe In the config it could look like this

Settings:
  Random-Locations:
    enabled: true #If true you will need to make sure to set the center location.
    blacklist: # Blocks on which the envoys will NOT spawn. Set to [] to allow all blocks. Here are all the options https://jd.papermc.io/paper/1.20/org/bukkit/Material.html
      - DIRT_PATH

@ryderbelserion ryderbelserion added resolution: awaiting response Awaiting a response. type: bug Something doesn't work as it was intended to. and removed working on labels Apr 13, 2024
@ryderbelserion ryderbelserion added status: accepted The pull request or feature accepted. type: feature Request for a new feature. and removed resolution: awaiting response Awaiting a response. type: bug Something doesn't work as it was intended to. labels Nov 18, 2024
@ryderbelserion ryderbelserion changed the title [Bug Report]: Dirt path Add a blacklist to prevent spawning on certain blocks Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: accepted The pull request or feature accepted. type: feature Request for a new feature.
Development

No branches or pull requests

3 participants