Official wiki of TStarterPack plugin.
Please, use version of minecraft 1.8 / 1.21.4
For install:
plugins/
folder of your Minecraft server.All of the dependencies need to be up to date with your spigot server.
The configuration is in 3 files:
config.yml
→ Manages plugin settings (activations, delays, options).lang.yml
→ Sets the messages displayed to players (chat, errors, successes).#Plugin Hook (Faction | IridiumSkyblock | SuperiorSkyblock2 | Lands )
hook: "NONE"
StarterPack:
12: #number of people when executing the command
rewards:
- "golem-spawner" #name of the reward detailed below
5:
rewards:
- "pig-spawner"
- "totally-rank"
# %player% is the person who will execute the command to collect the rewards.
# Only the faction leader can execute the command.
# Command: /starterpack
# Permission: tstarterpack.use
# After that, look at the number of people to give based on the highest.
items: #it gives an item that you just have to right-click on to execute a command
totally-rank:
type: paper #the material that will be donated
customModelData: 10000 #version 1.14 of your server is required for this functionality
name: "&cRank Totally"
lore:
- "right click with this paper to get the totally rank"
commands:
- "lp user %player% parent add totally"
pig-spawner:
type: paper
customModelData: 10000 #version 1.14 of your server is required for this functionality
name: "&cPig spawner"
lore:
- "right click with this paper to have a pig spawner"
commands:
- "spawners add %player% pig"
golem-spawner:
type: paper
customModelData: 10000 #version 1.14 of your server is required for this functionality
name: "&cGolem spawner"
lore:
- "right click with this paper to have a golem spawner"
commands:
- "spawners add %player% golem"
NOT_OWNER: "&8[&b&lT&3&lStarterPack&8] &c✘ &7You are not the &c&lowner &7of your team"
NOT_REQUIREMENT: "&8[&b&lT&3&lStarterPack&8] &c✘ &7Your team needs &e&lmore members &7to qualify"
ALREADY_TAKEN: "&8[&b&lT&3&lStarterPack&8] &c✘ &e%player% &7has already &d&lclaimed &7the &6&lStarterPack&7!"
NOT_FACTION: "&8[&b&lT&3&lStarterPack&8] &c✘ &7You need to &e&ljoin a faction &7first"
Command | Permission |
---|---|
/starterpack | tstarterpack.use |
/starterpack reload | tstarterpack.reload |