All Projects → KasperFranz → BetterChunkLoader

KasperFranz / BetterChunkLoader

Licence: LGPL-3.0 license
A Chunkloader plugin for SpongeForge

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to BetterChunkLoader

PacketGate
Sponge library to manipulate incoming and outgoing Packets.
Stars: ✭ 22 (+15.79%)
Mutual labels:  sponge-plugin
Osmium
Abstraction layer for Bukkit, Sponge and BungeeCord that allows for development on all platforms simultaneously.
Stars: ✭ 34 (+78.95%)
Mutual labels:  sponge-plugin
Negativity
Github of Negativity, a Minecraft AntiCheat. Premium at 8€:
Stars: ✭ 184 (+868.42%)
Mutual labels:  sponge-plugin
TabTPS
Minecraft server mod/plugin to monitor TPS, MSPT, and other information in the tab menu, boss bar, and action bar.
Stars: ✭ 151 (+694.74%)
Mutual labels:  sponge-plugin
ZMusic
全功能Minecraft点歌插件
Stars: ✭ 22 (+15.79%)
Mutual labels:  sponge-plugin
SkyClaims
SkyClaims is an Island plugin that integrates with GriefDefender for SpongeAPI.
Stars: ✭ 16 (-15.79%)
Mutual labels:  sponge-plugin
Maintenance
Enable maintenance mode on your Minecraft server
Stars: ✭ 122 (+542.11%)
Mutual labels:  sponge-plugin
UniverseGuard2
An easy to use world protection plugin for Sponge
Stars: ✭ 17 (-10.53%)
Mutual labels:  sponge-plugin
PistonMOTD
Best MOTD plugin multi platform support!
Stars: ✭ 31 (+63.16%)
Mutual labels:  sponge-plugin
squaremap
squaremap is a minimalistic and lightweight world map viewer for Minecraft servers, using the vanilla map rendering style
Stars: ✭ 185 (+873.68%)
Mutual labels:  sponge-plugin
BOHA
A Forge/LiteLoader/Vanilla/Bukkit/Sponge/BungeeCord plugin that blocks hacked accounts (McLeaks free accounts)
Stars: ✭ 13 (-31.58%)
Mutual labels:  sponge-plugin

BetterChunkLoader

Codacy Badge Discord

BetterChunkLoaders is a Sponge Forge plugin that adds two different types of chunk loaders for your users.

Types Of Chunk Loaders

  • Online Only – This will load chunks when the player is online (Iron block)
  • Always Online – This will load chunks even when the player is offline up to the number of hours specified in the config (Diamond block).

Create a chunk loader (user)

  1. Add an iron or diamond block in the block you want to have as your chunk loaders' centre.
  2. Click the block with a blaze road (the item can change this in the config) and an interface where you can select how many chunks around it you want to load.

You can find the latest version under releases.

Requirements

  • BCLForge mod (Used so we can chunkload reliable)
  • SpongeForge

Support

You can receive support for using this plugin on my Discord Chat.

If you find any issues when using this plugin, please create a problem.

Commands

The base command is betterchunkloader (with the alias of bcl), this gives the general usage and what commands are available.

Sub-command parameters Permission Description
balance betterchunkloader.balance.own Get your balance of chunkloaders.
balance [User] betterchunkloader.balance.others Get your balance of another player
info betterchunkloader.info get general information about chunk loaders on the server.
list betterchunkloader.list.own get a list of your chunk loaders with the coordinates.
list [User] betterchunkloader.list.others get a list of the users chunk loaders with the coordinates.
chunks [ add | set | remove ] [User] [Type] [Amount] betterchunkloader.chunks change a players amount of the different chunk loaders (personal or world)
delete [User] betterchunkloader.delete Remove the specified players chunk loaders.
purge betterchunkloader.purge Remove Chunk loaders in not existing worlds (eg. after removing a world)
reload betterchunkloader.reload Reloads the configuration (implemented in v.3.8.RC3)

metadata

As part of version 3.8.0, you can now set up metadata on the user for a few defaults.

meta name description
bcl.world The number of world chunk loaders a user can have.
bcl.personal The number of personal chunk loaders a user can have.

The user currently has to log out and log in for this to take effect, this will also not work if the user has a set/added value (I am working on a solution for this)

DataSources

As part of version 3.8.2, I have introduced H2 (which is now the default). I would still recommend you to use MySQL where possible.

Permissions

You can find the up-to-date version of permission in the permissions file.

FAQ

what is the difference between a personal loader and a world loader?

A personal loader is only active when the player is online.

A world loader is active even when the player is offline.

The length of the world loader is loading after the player was last seen is defined in the config.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].