From 2802e2b360de56fdbd53b6f16a5317144a5d75d4 Mon Sep 17 00:00:00 2001 From: Spottedleaf Date: Mon, 6 Mar 2023 15:33:01 -0800 Subject: [PATCH] Add paragraph explaing plugin.yml requirenments to new rules section --- README.md | 6 ++++++ regiontodo.txt | 1 + 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 9cc7a5a..6587221 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ or to Paperlib. ### The new rules +First, Folia breaks many plugins. To aid users in figuring out which +plugins work, only plugins that have been explicitly marked by the +author(s) to work with Folia will be loaded. By placing +"folia-supported: true" into the plugin's plugin.yml, plugin authors +can mark their plugin as compatible with regionised multithreading. + The other important rule is that the regions tick in _parallel_, and not _concurrently_. They do not share data, they do not expect to share data, and sharing of data _will_ cause data corruption. diff --git a/regiontodo.txt b/regiontodo.txt index fa8dc18..f5b7579 100644 --- a/regiontodo.txt +++ b/regiontodo.txt @@ -1,5 +1,6 @@ Get done before testing: - Mob#getTarget? +- regioniser->regionaliser Pre-Test: List of things not fully tested - Task queue