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

Support aliases for patterns #2654

Open
spscally opened this issue Nov 4, 2024 · 2 comments
Open

Support aliases for patterns #2654

spscally opened this issue Nov 4, 2024 · 2 comments
Labels
status:pending Pending acceptance or closure. type:feature-request Request for something new

Comments

@spscally
Copy link

spscally commented Nov 4, 2024

The Problem

Let's say I am working on a town and I use the following pattern for all of the roads: 55%gravel,25%tuff,20%coarse_dirt. When adding new road, I have to make sure to either write down or remember what this pattern was for consistency.

A Solution

Would it be possible to save (locally to clients) aliases for patterns? Then I could do something like:

  1. //alias mountain_town_road 55%gravel,25%tuff,20%coarse_dirt - to save the alias
  2. //set mountain_town_road - example of using it

Alternatives

My current solution is to leave a sign near the build I'm working on that lists out any patterns I am using. This isn't perfect because the sign may be broken or forgotten about.

Anything Else?

Apologies if this functionality already exists! If it doesn't and you all are willing to add it, I would be willing to implement it.

@spscally spscally added status:pending Pending acceptance or closure. type:feature-request Request for something new labels Nov 4, 2024
@wizjany
Copy link
Collaborator

wizjany commented Nov 4, 2024

Would it be possible to save (locally to clients)

No, worldedit is a server-side mod. There used to be macro mods that allowed client-side keybind and command macros, perhaps look into something like that if they exist these days, this is generally outside the scope of worldedit.

@spscally
Copy link
Author

spscally commented Nov 4, 2024

Would it be possible to save (locally to clients)

No, worldedit is a server-side mod. There used to be macro mods that allowed client-side keybind and command macros, perhaps look into something like that if they exist these days, this is generally outside the scope of worldedit.

Oh right duh, it's not client-side. What do you think about adding server-side aliases then? It that something you would also consider to be out of the scope of worldedit?

If not, server-side aliases could be an interesting way for people collaborating on a build to share those patterns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:pending Pending acceptance or closure. type:feature-request Request for something new
Projects
None yet
Development

No branches or pull requests

2 participants