Auto Shutdown

This plugin shuts down your server automaticly if it’s left empty for over 5 minutes (prior to its start) OR, if everyone leaves and nobody joins after 2 minutes! This functionality is similar to the one that some server hosts (such as Aternos) have in order to manage their demand.

Hope this is useful 🙂
If you have any concerns, bugs or suggestions, feel free to reach out to me on discord! ([@movies22](https://discord.com/users/896732255534338078))

This plugin supports **1.13 and newer**!

Auto Replant

# Auto Replant

Automatically replants harvested crops so you can harvest without ever planting again.

## Features

– **Automatic Replanting**: Instantly replant crops upon harvest.
– **Configurable Sounds**: Add sounds on crop harvest.

## Preview

## Commands

| Command | Description | Permission |
|————–|——————————–|———————-|
| `/ar reload` | Reloads the configuration file | `autoreplant.reload` |

## Permissions

| Permission | Description | Default |
|———————-|———————————|———|
| `autoreplant.reload` | Allows you to reload the plugin | `op` |

## Configuration

config.yml

“`yml
reload-success: “&aSuccessfully reloaded configuration!”
no-permission: “&cYou don’t have permission to run this command.”

sound:
enabled: true
source: “block.note_block.bell”
volume: 1.0
pitch: 0.6
“`

## Support & License

⭐ If you find this project useful, consider giving it a star on GitHub!

📜 This project is under the [MIT License](https://github.com/RareHyperIonYT/AutoReplant/blob/main/LICENSE).

AutoPickup

Auto Pickup - Header

## ![Commands and Permissions:](https://cdn.modrinth.com/data/cached_images/87ef95f325ae66f09c28eb8e82cc0b862a243ac9.png)

– /auto – autopickup.pickup.mined (Enables auto pickup)
– /auto reload – autopickup.admin (Reloads config)
– /autodrops – autopickup.pickup.entities (Mob drops)
– /autosmelt – autopickup.pickup.mined.autosmelt (Auto Smelt)
– autopickup.pickup.mined.autoenabled (Automatically enables when a player joins the server)
– autopickup.pickup.entities.autoenabled (Automatically enables when a player joins the server)
– autopickup.pickup.mined.autosmelt.autoenabled (Automatically enables when a player joins the server)

## ![Features and Configuration:](https://cdn.modrinth.com/data/cached_images/a84b8baf0a833aaa1af5f0a8a1fda61535c8426f.png)

– Automatically pickup blocks & exp
– Supports mob drops & entity exp
– Auto smelt for blocks
– Stays enabled on relog/server restart
– Custom Messages (Hex Support)
– Hex Example: &#00AAFF
– Disable permissions
– [PAPI Placeholders](https://www.spigotmc.org/resources/autopickup-1-17-support.70157/update?update=408142)
– [bStats](https://bstats.org/plugin/bukkit/AutoPickup/5914)
– [Dev Builds](https://github.com/MrButtersDEV/AutoPickup/releases)
– [Support Discord](https://discord.gg/ncHH4FP)

Config.yml

“`yaml
ConfigVersion: 1.4
#############################################################################################################
# _ _____ _ _ #
# / | | | __ (_) | | #
# / _ _ | |_ ___ | |__) | _ ___ | | __ _ _ _ __ #
# / / | | | | | __| / _ | ___/ | | / __| | |/ / | | | | | ‘_ #
# / ____ | |_| | | |_ | (_) | | | | | | (__ | < | |_| | | |_) | # # /_/ _ __,_| __| ___/ |_| |_| ___| |_|_ __,_| | .__/ # # | | # # |_| # ############################################################################################################# # By: BUTTERFIELD8 & The Zircon Network # # Discord: https://discord.gg/ncHH4FP # ############################################################################################################# #Message Prefix msgPrefix: "&8[&5Auto&d&oPickup&8]" #Toggle Message - /auto msgAutoPickupEnable: "&7You have&a enabled &7auto pickup." msgAutoPickupDisable: "&7You have&c disabled &7auto pickup." #Toggle Message - /autosmelt msgAutoSmeltEnable: "&7You have&a enabled &7auto smelt." msgAutoSmeltDisable: "&7You have&c disabled &7auto smelt." #Toggle Message - /drops msgAutoMobDropsEnable: "&7You have&a enabled &7auto drops." msgAutoMobDropsDisable: "&7You have&c disabled &7auto drops." #Toggle Message - /fishingdrops msgAutoFishingDropsEnable: "&7You have&a enabled &7auto fishing drops." msgAutoFishingDropsDisable: "&7You have&c disabled &7auto fishing drops." #Aditional toggling messages msgAutoEnable: "&7Auto pickup has been automatically&a enabled&7." doAutoEnableMSG: true msgEnabledJoinMSG: "&7Auto pickup has been automatically&a enabled&7." doEnabledOnJoinMSG: true #Reload Config Message msgReload: "&cReloaded Config" #Fully Inventory Message msgFullInv: "&7Your inventory is full!" doFullInvMSG: true titlebar: doTitleBar: false line1: "&cWarning" line2: "&7Inventory is full!" #This is most useful for prison servers! -- This setting is not normally recommended #This feature voids any extra blocks broken when /auto is enabled and the inventory is full! voidOnFullInv: false #If set to true AutoPickup will ignore XP drop calculations from when using a silk spawner plugin. usingSilkSpawnerPlugin: true #If set to true mobs will naturally drop XP ignoreMobXPDrops: false #Plase does not have permission msgNoperms: "&cYou don't have permission to use this command" #Require Permissions | Do players require permission to run commands? requirePerms: autopickup: true auto-reload: true ```

Blacklist.yml

“`yaml
#############################################################################################################
# _ _____ _ _ #
# / | | | __ (_) | | B L A C K L I S T . Y M L #
# / _ _ | |_ ___ | |__) | _ ___ | | __ _ _ _ __ #
# / / | | | | | __| / _ | ___/ | | / __| | |/ / | | | | | ‘_ #
# / ____ | |_| | | |_ | (_) | | | | | | (__ | < | |_| | | |_) | # # /_/ _ __,_| __| ___/ |_| |_| ___| |_|_ __,_| | .__/ # # | | # # |_| # ############################################################################################################# # By: BUTTERFIELD8 & The Zircon Network # # Discord: https://discord.gg/ncHH4FP # # Material Names: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html # # Entity Names: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html # ############################################################################################################# #Set to "true" if you would like to enable the blacklist doBlacklisted: false doBlacklistedEntities: true doAutoSmeltBlacklist: false #By listing blocks below you are adding them to the blacklist therefore causing them to drop to the ground. Blacklisted: - DIRT - SAND BlacklistedEntities: - PLAYER BlacklistedFishing: [] BlacklistedWorlds: - example #These materials will be ignored when auto smelt is enabled. Only items that can be smelted should be added. AutoSmeltBlacklist: - OAK_LOG ```

papi.yml

“`yaml
#############################################################################################################
# _ _____ _ _ #
# / | | | __ (_) | | P A P I . Y M L #
# / _ _ | |_ ___ | |__) | _ ___ | | __ _ _ _ __ #
# / / | | | | | __| / _ | ___/ | | / __| | |/ / | | | | | ‘_ #
# / ____ | |_| | | |_ | (_) | | | | | | (__ | < | |_| | | |_) | # # /_/ _ __,_| __| ___/ |_| |_| ___| |_|_ __,_| | .__/ # # | | # # |_| # ############################################################################################################# # By: BUTTERFIELD8 & The Zircon Network # # Discord: https://discord.gg/ncHH4FP # ############################################################################################################# papi: enabled: true: "&aEnabled" false: "&cDisabled" ```

Auto Pickup - bStats Chart

auto lucky block

# [ALB]自动幸运方块 (auto lucky block)

**The English description is below.**

– 这个数据包可以(默认)每 30 秒为所有玩家激活一个幸运方块。
– 使用 `/scoreboard players set countdown alb.settings <每次激活前等待的 tick 数>` 可以修改激活时间,默认 tick 数为 600(即 30 秒)。
– 新的世界初次加载数据包后不会立即激活,而是等待设定的激活时间到来。
– 此数据包依赖于 Lucky Block([CurseForge](https://www.curseforge.com/minecraft/mc-mods/lucky-block) | [MCMOD](https://www.mcmod.cn/class/294.html) | [GitHub](https://github.com/alexsocha/luckyblock))。

– This data pack can activate a lucky block for all players every 30 seconds (by default).
– Use `/scoreboard players set countdown alb.settings ` to modify the activation time. The default tick is 600 (i.e. 30 seconds).
– The data pack will not be activated immediately after being loaded in a new world, but will wait for the set activation time to arrive.
– This data pack depends on Lucky Block ([CurseForge](https://www.curseforge.com/minecraft/mc-mods/lucky-block) | [MCMOD](https://www.mcmod.cn/class/294.html) | [GitHub](https://github.com/alexsocha/luckyblock)).

Auto keep inventory

A super-small and super-simple datapack to automatically enable the keepInventory gamerule when a world is loaded for the first time. Once it enables keepInventory, it will use a hidden scoreboard value to stop itself from enabled keepInventory again on the same world.

auto deop

# auto deop
1. this is a plugin that auto deops everyone that is not listen in the config.yml.
1. its good and usfull if you dont want players to abuse a glitch to get server operator.
1. you can change the whitelisted op players in the config.yml.
## dependencies
java 17 required!
### commands
1. /autodeop — shows a short help/overview
1. /autodeop reload — reloads the config and applies settings immediately
1. /autodeop status — displays current exempt names, exempt UUIDs, and the check interval
1. /autodeop allow — adds a player to the exempt list (will not be de-opped)
1. /autodeop exempt — alias of allow
1. /autodeop disallow — removes a player from the exempt list
1. /autodeop unexempt — alias of disallow

Auto Armor Stand Arms

# Auto Armor Stand Arms
Armor Stand will have their arms enabled by default in your world/server.

### Optional Customisations
– run `function as_health:default_armor_stand_health {value:}` to change the default health of existing and future armor stands.
is a whole number (vanilla is 20)
– admin command only
– `/trigger armor_stand_arms_on_closest` removes the arms of closest armor stand within 5 blocks.

### notice
– If you want to support small creators like me, you can turn off ad blocker.
– Check out my profile for more creations: https://modrinth.com/user/TQNL

Keep in mind:
– Ensure you’re familiar with installing data packs.
Verify compatibility with your Minecraft version.

Terms of use:

Do:
– Use and modify the data pack for private use.
– Credit me (ThijquintNL) as the creator when using the data pack in public, such as in video showcases, or when editing and redistributing the original material.

Don’t:
– Redistribute the data pack for commercial purposes.

Under CC-BY-NC-SA 4.0 license

Authorization

# Authorization

The next puzzle piece in this ecosystem to secure and lock down your Minecraft server related websites such as maps or analytics pages. This plugin allows the authorization of authenticated Minecraft players in web applications via [Nginx auth_request](https://nginx.org/en/docs/http/ngx_http_auth_request_module.html). You will most likely need [the first piece](https://modrinth.com/plugin/authentication) to use this unless you have a custom authentication solution that is compatible.

Due to the need of external software and multiple ports. You will most likely not be able to use this on any Minecraft hosting services and need to have a proper server such as a cloud vps or a dedicated server.
Keep in mind that authentication and authorization are advanced topics and you are expected to have basic understanding of Nginx and networks to be able to succesfully use this plugin.

This plugin depends on [LuckPerms](https://luckperms.net/).

See [the GitHub repository readme](https://github.com/Chicken/Auth#readme) for more details and installation instructions.

AuthMeVelocityForcedHosts

# AuthMeVelocityForcedHosts
A plugin that adds forced hosts to AuthMeVelocity

Feel free to open issues for any issues or suggestions.

## Installation
If you haven’t already, set up AuthMeVelocity. Then put the `.jar` file into the plugins folder (on velocity), then restart your server and set up the config.yml and restart again.

This is the default config.yml:
“`yaml
# here you can define forced hosts, restart velocity to reload
forced_hosts:
pvp.example.com: pvp
“`

AuthMeVelocity LastServerAddon

# AuthmeVelocity LastServer Addon

[![Discord](https://img.shields.io/discord/899740810956910683?color=7289da&label=Discord)](https://discord.gg/5NMMzK5mAn)
![GitHub Downloads](https://img.shields.io/github/downloads/4drian3d/AuthMeVelocity-LastServerAddon/total?logo=GitHub&style=flat-square)

Send your players to the last server they have been on when logging in to AuthMe

[![](https://www.bisecthosting.com/partners/custom-banners/6fa909d5-ad2b-42c2-a7ec-1c51f8b6384f.webp)](https://www.bisecthosting.com/4drian3d?r=ModAuthMeVelocityLastServer)

## Installation
– Download LastServer Addon from Modrinth
– Drag and drop on your plugins folder
– Start the server

## How does it work?

The plugin stores the last server a player connected to when they disconnect from the proxy in a local database, then, using the AuthMeVelocity API, when they log in and AuthMeVelocity has the send-on-login option enabled, it sets their last server as the next one to send to