Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ public void initializeValues() {
"ValhallaMMO",
"MMOInventory",
"vane-core",
"RealisticSurvival"));
"RealisticSurvival",
"Nexo"));

autoHost = ConfigurationEngine.setBoolean(
List.of("Automatically host the resource pack on MagmaGuy's servers",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package com.magmaguy.resourcepackmanager.config.compatibleplugins.premade;

import com.magmaguy.resourcepackmanager.config.compatibleplugins.CompatiblePluginConfigFields;

import java.io.File;

public class Nexo extends CompatiblePluginConfigFields {
public Nexo() {
super("nexo", true);
setPluginName("Nexo");
setLocalPath("Nexo" + File.separatorChar + "pack" + File.separatorChar + "pack.zip");
}
}
3 changes: 2 additions & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ softdepend:
- BackpackPlus
- vane-core
- RealisticSurvival
- Nexo

commands:
resourcepackmanager:
aliases:
- rspm
description: "Main command"
description: "Main command"