-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add Server PDC #12432
Copy link
Copy link
Closed
Labels
resolution: awaiting responseAdditional information is required from the issue reporterAdditional information is required from the issue reporter
Metadata
Metadata
Assignees
Labels
resolution: awaiting responseAdditional information is required from the issue reporterAdditional information is required from the issue reporter
Type
Fields
Give feedbackNo fields configured for Feature.
Is your feature request related to a problem?
The Persistent Data Container is a great part of the Paper API, and I often find myself wanting to save Data not to a specific World/Entity/... but rather the Server itself. The usual way to go about this would be using Plugin YAML configuration files, which get cluttered and take up quite a large amount of space when dealing with larger amounts of data.
Describe the solution you'd like.
Having a Persistent Data Container for the Server (or if feasible for the Plugin) would allow storing Data in a uniform way like the other PDC implementations.
Describe alternatives you've considered.
Plugin YAML configuration files, which can't use
PersistentDataTypes, as an example of one limitation.Other
No response