Skip to content

Instantly share code, notes, and snippets.

@egg82
Last active January 25, 2025 22:52
Show Gist options
  • Save egg82/e7d4f8407d49470fb82ae82df2e3ef07 to your computer and use it in GitHub Desktop.
Save egg82/e7d4f8407d49470fb82ae82df2e3ef07 to your computer and use it in GitHub Desktop.
Bukkit server guide & plugin list

Free

Hardware

Choosing the right hardware: Hardware is hard

Server/Bukkit

High-performance Bukkit fork: Paper

High-performance startup flags: Startup flags

High-performance configs: Server Optimizations

Essentials

Basic commands: EssentialsX (EssentialsXChat, EssentialsXSpawn)

Permissions: LuckPerms

Support older Minecraft versions: ProtocolSupport, ProtocolSupportLegacySupport, and ProtocolSupportStuff -OR- ViaVersion, ViaRewind, and ViaBackwards

Change lots of blocks quickly: FastAsyncWorldEdit/FastAsyncVoxelSniper

Prevent griefing/player plots: GriefPrevention with GriefPreventionFlags

Lightweight chest/block protection: LWC Extended - for those who just want basic block protection instead of GP's claim system

Recover lost inventories: Inventory Rollback

Recover from griefing/damage: CoreProtect

Floating colored text: Holographic Displays

Prevent mob farms from killing your server: StackMob

Pre-gen words very quickly: Chunky

Pre-gen world/unique world borders: WorldBorder

Make regions where specific things can/can not be done: WorldGuard with WorldGuard Extra Flags

Compatibility

Some plugins require/want: ProtocolLib

Some plugins want: PlaceholderAPI

FastAsyncWorldEdit working with CoreProtect: BlocksHub

LuckPerms working with EssentialsXChat: Vault

Moderation

Catch/prevent cheaters: Matrix with ConditionalCommands

Punishment: BAT

View player inventories: OpenInv (Offline player/EC support)

Chat management: ChatControl

Vanish: SuperVanish

Player analytics: Plan

Security

Catch/prevent cheaters: Matrix with ConditionalCommands

Staff authentication: 2FA+

Prevent/view VPN usage: Anti-VPN

Detect/find alt accounts: AltFinder

Fun

Troll players: TrollCommands++

New enchantments: AdvancedEnchantments

Fake players/NPCs: Citizens

Diguise as anything: Lib's Disguises

New mobs: MythicMobs with MythicMobsExtension

Economy

Auction house: Crazy Auctions

Jobs: Jobs Reborn

PvP

Skills: mcMMO Classic

Random drops: Crazy Envoy

Combat enchants: Crazy Enchantments -OR- AdvancedEnchantments

Head/bounty hunting: Bounty Hunters

Factions: FactionsUUID -OR- Factions

PvE

New mobs: MythicMobs with MythicMobsExtension

Skills: mcMMO Classic -OR- Skills Lite

Roleplay/MMO

Fake players/NPCs: Citizens

Player plots: Towny

Become a vampire: Vampire

Skills: mcMMO Classic -OR- Skills Lite

Jobs: Jobs Reborn

Sit down: Rifle's Chairs

Add furniture: DiceFurniture

Voting

Vote listener: nuVotifier

Vote rewards: VotingPlugin or SuperbVote

Crates/roulette rewards: Crazy Crates

Cosmetics

Express yourself: ChatFeelings

Crates/roulette rewards: Crazy Crates

Assortment of cosmetics: Ultra Cosmetics

Sit down: Rifle's Chairs

Add furniture: DiceFurniture

Trails/particles: SuperTrails

Network/Bungee

High-performance Bungeecord fork: Waterfall

Essentials

Permissions: LuckPerms

Fancy tab/player list: BungeeTabListPlus

Tie multiple bungees together: RedisBungee

Multiple hubs/balancing: HubMagic

Party chat/friends ist: PartyAndFriends

Moderation

Punishment: BAT


Premium

Essentials (Paper)

Vanish: PremiumVanish (replaces Supervanish)

Moderation (Paper)

Catch/prevent cheaters: AAC and AACAdditionPro with ConditionalCommands

Punishment: LiteBans with LiteBansGUI

Security (Paper)

Backups (wthout Linux access/knowledge): EasyBackup

Fun (Paper)

Cool warp system: Wormholes

Diguise as anything: Lib's Disguises

New mobs: MythicMobs with MythicMobsExtension

New enchantments: AdvancedEnchantments

Economy (Paper)

Player trading: Trade+

Player shops: Shop

PvP (Paper)

Skills: mcMMO

Factions with a roleplay twist: Kingdoms

New enchantments: AdvancedEnchantments

PvE (Paper)

Zombie survival: DeadSociety

Skills: mcMMO -OR- Skills Pro

Roleplay/MMO (Paper)

Skills: mcMMO -OR- Skills Pro

New races: TreasureRaces

Become a werewolf: Werewolves (intended to be used with Vampire)

Cosmetics (Paper)

Facial emotes: HyEmotes

Pets: Miniature Pets

Trails/particles: SuperTrailsPro

Essentials (Waterfall)

Vanish: PremiumVanish (replaces Supervanish)

Party chat/friends list: PartyAndFriends Extended Edition (replaces PartyAndFriends)

@JustDoom
Copy link

JustDoom commented Feb 1, 2021

FAWE could cause world corruption so maybe add a warning to make backups. Also could be good to maybe add the Vulcan anticheat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment