Advertisement
JackOUT

Untitled

May 6th, 2023
810
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.52 KB | None | 0 0
  1. #
  2. # This is the file your server opens to find the main class of your
  3. # plugin and its information. We automatically replace variables here
  4. # from your pom.xml file. YOU GENERALLY DO NOT NEED TO EDIT THIS.
  5. #
  6. # See https://www.spigotmc.org/wiki/plugin-yml/ for more information.
  7. #
  8. name: ${project.name}
  9. version: ${project.version}
  10. main: ${main.class}
  11. author: ${author}
  12.  
  13. # DO NOT EDIT. This api-version is used for maximum backward compatibility.
  14. api-version: 1.13
  15.  
  16. # Load the following libraries
  17. libraries:
  18.  # DO NOT EDIT THE FIRST LIBRARY, required to make your plugin work under Java 15+
  19.   - org.openjdk.nashorn:nashorn-core:15.4
  20.   #- org.jsoup:jsoup:1.14.3
  21.   #- com.zaxxer:HikariCP:5.0.1
  22.  
  23. legacy-libraries:
  24.  - org.openjdk.nashorn:nashorn-core:15.4
  25.  
  26. # Same as libraries, but only works on Minecraft <1.16 using our own special method.
  27. #legacy-libraries:
  28.  
  29. # Plugins that we support so that we are loaded after them for your convenience.
  30. softdepend: [ Residence, Konquest, MedievalFactions, KingdomsX, SaberFactions, UltimateClans, AuthMe, BanManager, BungeeChatAPI, CMI, DiscordSRV, Factions, Feudal, ItemsAdder, Essentials, LegacyFactions, Lands, LuckPerms, Multiverse-Core, MVdWPlaceholderAPI, MythicMobs, mcMMO, Nicky, PlaceholderAPI, ProtocolLib, SimpleClans, Towny, TownyChat, Vault, WorldEdit, WorldGuard, Kingdoms, BetterTeams ]
  31.  
  32. #
  33. # The commands are built at runtime so you can change them easily within the settings.
  34. # Do not change anything in here, you will break the plugin and get no support.
  35. #
  36. commands:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement