Skip to content

Commit

Permalink
readme/doc reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jun 15, 2019
1 parent 168543d commit f2b1f19
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 75 deletions.
46 changes: 46 additions & 0 deletions Docs/BukkitPlugins.md
@@ -0,0 +1,46 @@
# DepenizenBukkit
Supported Plugins: (And the sources we acquired Jar files from.)

- AreaShop (https://www.spigotmc.org/resources/areashop.2991/)
- ASkyBlock (https://www.spigotmc.org/resources/a-skyblock.1220/)
- BattleNight (http://dev.bukkit.org/bukkit-plugins/battlenight/) - **Very outdated, no evidence of further development**
- BossShop (https://www.spigotmc.org/resources/bossshop-powerful-and-playerfriendly-chest-gui-shop-menu-plugin.222/)
- dtlTraders (https://dev.bukkit.org/bukkit-plugins/dtltraders/)
- Dynmap (https://www.spigotmc.org/resources/dynmap.274/)
- EffectLib (https://dev.bukkit.org/projects/effectlib)
- EssentialsX (https://www.spigotmc.org/resources/essentialsx.9089/)
- Factions (https://www.spigotmc.org/resources/factions.1900/)
- GriefPrevention (https://www.spigotmc.org/resources/griefprevention.1884/)
- Heroes (https://www.spigotmc.org/resources/heroes.305/)
- HyperConomy (http://dev.bukkit.org/bukkit-plugins/hyperconomy/)
- Jobs Reborn (https://www.spigotmc.org/resources/jobs-reborn.4216/)
- Lib's Disguises (https://www.spigotmc.org/resources/libs-disguises.32453/)
- LuckPerms (https://www.spigotmc.org/resources/luckperms-an-advanced-permissions-plugin.28140/)
- MagicSpells (https://github.com/TheComputerGeek2/MagicSpells/releases)
- mcMMO (https://www.spigotmc.org/resources/mcmmo.2445/)
- MobArena (http://dev.bukkit.org/bukkit-plugins/mobarena/)
- MythicMobs (https://www.spigotmc.org/resources/mythicmobs.5702/)
- NoCheatPlus (http://ci.md-5.net/job/NoCheatPlus/)
- NoteBlockAPI (https://www.spigotmc.org/resources/noteblockapi.19287/)
- PlaceholderAPI (https://www.spigotmc.org/resources/placeholderapi.6245/)
- PlayerPoints (https://dev.bukkit.org/projects/playerpoints)
- PlotMe (https://dev.bukkit.org/bukkit-plugins/plotme/)
- PlotSquared (https://www.spigotmc.org/resources/plotsquared.1177/)
- Prism (https://dev.bukkit.org/bukkit-plugins/prism/)
- PVP Arena (https://ci2.craftyn.com/job/PVP%20Arena/)
- PVP Stats (http://dev.bukkit.org/bukkit-plugins/pvp-stats/)
- Quests (https://www.spigotmc.org/resources/quests.3711/)
- Residence (https://www.spigotmc.org/resources/residence-1-7-10-up-to-1-10.11480/)
- Sentinel (https://www.spigotmc.org/resources/sentinel.22017/)
- ShopKeepers (http://dev.bukkit.org/bukkit-plugins/shopkeepers/)
- SimpleClans (http://dev.bukkit.org/bukkit-plugins/simpleclans/)
- SkillAPI (http://dev.bukkit.org/bukkit-plugins/skillapi/)
- TerrainControl (https://www.spigotmc.org/resources/terraincontrol.2214/)
- Towny (http://towny.palmergames.com/)
- TownyChat (http://towny.palmergames.com/)
- Vampire (https://www.spigotmc.org/resources/vampire.1906/)
- Vault (http://dev.bukkit.org/bukkit-plugins/vault/)
- Votifier (http://dev.bukkit.org/bukkit-plugins/votifier/)
- WorldEdit (https://dev.bukkit.org/bukkit-plugins/worldedit/)
- WorldGuard (https://dev.bukkit.org/bukkit-plugins/worldguard/)
- You may post an issue on the issues page to request support for a plugin!
21 changes: 21 additions & 0 deletions Docs/Bungee.md
@@ -0,0 +1,21 @@
# DepenizenBungee
For communicating with a BungeeCord network, use the following instructions:

1. Install DepenizenBungee on BungeeCord (`your_bungee_directory/plugins`)
2. Load BungeeCord fully and stop it with `end`.
3. Navigate to `your_bungee_directory/plugins/Depenizen` and open `config.yml`.
4. Set `Socket.Enabled` to `true`.
5. Set `Socket.Port` to an unused port number. ***NOT* your usual BungeeCord port!!!**
6. Set `Socket.Max Clients` to the number of Bukkit/Spigot/Sponge servers you're going to use to connect with.
7. Set `Socket.Password` to whatever you want. **KEEP THIS PASSWORD A SECRET!**
8. Save the file.
9. Install DepenizenBukkit or Depenizen2Sponge, depending on your server brand.
10. Load your Bukkit/Spigot or Sponge server fully and stop it with `stop`.
11. If using Bukkit/Spigot, navigate to `your_server_directory/plugins/Depenizen`. If using Sponge, navigate to `your_server_directory/config/depenizen2sponge`.
12. Open `config.yml`.
13. Set `Socket.Enabled` to `true`.
14. Set `Socket.IP Address` to the external IP address of your BungeeCord network.
15. Set `Socket.Port` to the same value as in your BungeeCord `config.yml`.
16. Set `Socket.Password` to the same value as in your BungeeCord `config.yml`.
17. Set `Socket.Name` to a **unique** name to identify this server.
18. Repeat steps 9 through 17 for each server on the network.
80 changes: 5 additions & 75 deletions README.md
Expand Up @@ -3,87 +3,17 @@ Depenizen

**Depenizen: An extension of Denizen**

- **Wiki (old)**: https://wiki.citizensnpcs.co/Depenizen
- **Discord**: https://discord.gg/Q6pZGSR
- **Denizen For Bukkit**: https://github.com/DenizenScript/Denizen-For-Bukkit
- **Denizen2Sponge**: https://github.com/DenizenScript/Denizen2Sponge
- **Builds**: https://ci.citizensnpcs.co/job/Depenizen/
- Use DepenizenBukkit for Bukkit/Spigot servers (install to `your_server_directory/plugins`)
- Use Depenizen2Sponge for Sponge servers (install to `your_server_directory/mods`)
- Use DepenizenBungee for BungeeCord servers (see below.)
- Use DepenizenBungee for BungeeCord servers (see the [Setup Guide](Docs/Bungee.md).)
- DepenizenBungee supports connections from both DepenizenBukkit and Depenizen2Sponge. It even allows you to use `bungeerun` for cross-compatible script running!
- **Wiki (old)**: https://wiki.citizensnpcs.co/Depenizen

### DepenizenBungee
For communicating with a BungeeCord network, use the following instructions:

1. Install DepenizenBungee on BungeeCord (`your_bungee_directory/plugins`)
2. Load BungeeCord fully and stop it with `end`.
3. Navigate to `your_bungee_directory/plugins/Depenizen` and open `config.yml`.
4. Set `Socket.Enabled` to `true`.
5. Set `Socket.Port` to an unused port number. ***NOT* your usual BungeeCord port!!!**
6. Set `Socket.Max Clients` to the number of Bukkit/Spigot/Sponge servers you're going to use to connect with.
7. Set `Socket.Password` to whatever you want. **KEEP THIS PASSWORD A SECRET!**
8. Save the file.
9. Install DepenizenBukkit or Depenizen2Sponge, depending on your server brand.
10. Load your Bukkit/Spigot or Sponge server fully and stop it with `stop`.
11. If using Bukkit/Spigot, navigate to `your_server_directory/plugins/Depenizen`. If using Sponge, navigate to `your_server_directory/config/depenizen2sponge`.
12. Open `config.yml`.
13. Set `Socket.Enabled` to `true`.
14. Set `Socket.IP Address` to the external IP address of your BungeeCord network.
15. Set `Socket.Port` to the same value as in your BungeeCord `config.yml`.
16. Set `Socket.Password` to the same value as in your BungeeCord `config.yml`.
17. Set `Socket.Name` to a **unique** name to identify this server.
18. Repeat steps 9 through 17 for each server on the network.

### Depenizen2Sponge
Supported Plugins: (And the sources we acquired Jar files from.)

- None yet! Please see http://forum.denizenscript.com/viewtopic.php?t=39
- You may post an issue on the issues page to request support for a plugin!

### DepenizenBukkit
Supported Plugins: (And the sources we acquired Jar files from.)
### Information

- AreaShop (https://www.spigotmc.org/resources/areashop.2991/)
- ASkyBlock (https://www.spigotmc.org/resources/a-skyblock.1220/)
- BattleNight (http://dev.bukkit.org/bukkit-plugins/battlenight/) - **Very outdated, no evidence of further development**
- BossShop (https://www.spigotmc.org/resources/bossshop-powerful-and-playerfriendly-chest-gui-shop-menu-plugin.222/)
- dtlTraders (https://dev.bukkit.org/bukkit-plugins/dtltraders/)
- Dynmap (https://www.spigotmc.org/resources/dynmap.274/)
- EffectLib (https://dev.bukkit.org/projects/effectlib)
- EssentialsX (https://www.spigotmc.org/resources/essentialsx.9089/)
- Factions (https://www.spigotmc.org/resources/factions.1900/)
- GriefPrevention (https://www.spigotmc.org/resources/griefprevention.1884/)
- Heroes (https://www.spigotmc.org/resources/heroes.305/)
- HyperConomy (http://dev.bukkit.org/bukkit-plugins/hyperconomy/)
- Jobs Reborn (https://www.spigotmc.org/resources/jobs-reborn.4216/)
- Lib's Disguises (https://www.spigotmc.org/resources/libs-disguises.32453/)
- LuckPerms (https://www.spigotmc.org/resources/luckperms-an-advanced-permissions-plugin.28140/)
- MagicSpells (https://github.com/TheComputerGeek2/MagicSpells/releases)
- mcMMO (https://www.spigotmc.org/resources/mcmmo.2445/)
- MobArena (http://dev.bukkit.org/bukkit-plugins/mobarena/)
- MythicMobs (https://www.spigotmc.org/resources/mythicmobs.5702/)
- NoCheatPlus (http://ci.md-5.net/job/NoCheatPlus/)
- NoteBlockAPI (https://www.spigotmc.org/resources/noteblockapi.19287/)
- PlaceholderAPI (https://www.spigotmc.org/resources/placeholderapi.6245/)
- PlayerPoints (https://dev.bukkit.org/projects/playerpoints)
- PlotMe (https://dev.bukkit.org/bukkit-plugins/plotme/)
- PlotSquared (https://www.spigotmc.org/resources/plotsquared.1177/)
- Prism (https://dev.bukkit.org/bukkit-plugins/prism/)
- PVP Arena (https://ci2.craftyn.com/job/PVP%20Arena/)
- PVP Stats (http://dev.bukkit.org/bukkit-plugins/pvp-stats/)
- Quests (https://www.spigotmc.org/resources/quests.3711/)
- Residence (https://www.spigotmc.org/resources/residence-1-7-10-up-to-1-10.11480/)
- Sentinel (https://www.spigotmc.org/resources/sentinel.22017/)
- ShopKeepers (http://dev.bukkit.org/bukkit-plugins/shopkeepers/)
- SimpleClans (http://dev.bukkit.org/bukkit-plugins/simpleclans/)
- SkillAPI (http://dev.bukkit.org/bukkit-plugins/skillapi/)
- TerrainControl (https://www.spigotmc.org/resources/terraincontrol.2214/)
- Towny (http://towny.palmergames.com/)
- TownyChat (http://towny.palmergames.com/)
- Vampire (https://www.spigotmc.org/resources/vampire.1906/)
- Vault (http://dev.bukkit.org/bukkit-plugins/vault/)
- Votifier (http://dev.bukkit.org/bukkit-plugins/votifier/)
- WorldEdit (https://dev.bukkit.org/bukkit-plugins/worldedit/)
- WorldGuard (https://dev.bukkit.org/bukkit-plugins/worldguard/)
- You may post an issue on the issues page to request support for a plugin!
- **Depenizen Bungee**: [Setup Guide](Docs/Bungee.md)
- **Depenizen Bukkit**: [Plugins List](Docs/BukkitPlugins.md)

0 comments on commit f2b1f19

Please sign in to comment.