Create

Create

86M Downloads

Add configuration of the number of attachable components to the contraption

luffypirat opened this issue ยท 0 comments

commented

Describe the Suggestion

I have a server, but the default Create capabilities allow you to build large sized gizmos (2048 blocks) with any number of attachable components (drills, saws, plows, and more).
This has a huge impact on server performance, as players can build huge drills 30 by 30 or larger and thus destroying the server's TPS.

Therefore, I propose to add new parameters to the world configuration:

  1. Add a limitation of the maximum number of blocks for each type of contraption separately
    I.e. for carriage contraptions, trains, stationary contraptions and others it will be possible to configure a separate limit of the maximum number of blocks.
  2. Add the ability to limit the number of attached components for all types of contraptions
    In the world configuration, it will be possible to configure that, for example, only a maximum of 25 drills can be attached to a minecart contraption
    If the player exceeds the limit, he will get an error "This Contraption was unable to assemble:" with an explanation of the exceeded limit.

These world configuration options will be optional for servers, all default values will remain as they are and will not affect the player's abilities in single player or on servers where these settings have been not changed

Screenshots and Videos

No response

Additional Context

No response