mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 20:56:45 +01:00
Update wiki links
This commit is contained in:
parent
8944be5319
commit
841dd5e189
@ -47,7 +47,7 @@ public class PluginCmd extends SubCommand {
|
||||
MainUtil.sendMessage(player,
|
||||
"$2>> $1&lAuthors$2: $1Citymonstret $2& $1Empire92 $2& $1MattBDev $2& $1dordsor21 $2& $1NotMyFault $2& $1SirYwell");
|
||||
MainUtil.sendMessage(player,
|
||||
"$2>> $1&lWiki$2: $1https://github.com/IntellectualSites/PlotSquared/wiki");
|
||||
"$2>> $1&lWiki$2: $1https://wiki.intellectualsites.com/plotsquared/home");
|
||||
MainUtil
|
||||
.sendMessage(player, "$2>> $1&lPremium$2: $1" + PremiumVerification.isPremium());
|
||||
});
|
||||
|
@ -207,7 +207,7 @@ public class Settings extends Config {
|
||||
public List<String> WORLDS = new ArrayList<>(Collections.singletonList("*"));
|
||||
|
||||
|
||||
@Comment("See: https://github.com/IntellectualSites/PlotSquared/wiki/Plot-analysis")
|
||||
@Comment("See: https://wiki.intellectualsites.com/en/plotsquared/optimization/plot-analysis")
|
||||
public static final class CALIBRATION {
|
||||
public int VARIETY = 0;
|
||||
public int VARIETY_SD = 0;
|
||||
|
@ -27,10 +27,12 @@ is to provide a lag-free and smooth experience.
|
||||
|
||||
* [Download](https://github.com/IntellectualSites/PlotSquared/releases/tag/dev)
|
||||
* [Discord](https://discord.gg/KxkjDVg)
|
||||
* [Wiki](https://github.com/IntellectualSites/PlotSquared/wiki)
|
||||
* [Wiki](https://wiki.intellectualsites.com/plotsquared/home)
|
||||
|
||||
### Developer Resources
|
||||
* [API Documentation](https://github.com/IntellectualSites/PlotSquared/wiki/API-Documentation)
|
||||
* [API Documentation](https://wiki.intellectualsites.com/en/plotsquared/developer/development-portal)
|
||||
* [Event API](https://wiki.intellectualsites.com/en/plotsquared/developer/events)
|
||||
* [Flag API](https://wiki.intellectualsites.com/en/plotsquared/developer/flags)
|
||||
|
||||
# Building
|
||||
Gradle is the **recommended** way to build the project. Use `./gradlew build` in the main project directory to build the project. Gradle is required if you intend to build or develop the Sponge module.
|
||||
|
Loading…
Reference in New Issue
Block a user