Minecraft PreventFull mod 2026 download
logo
minecraft mod PreventFull

PreventFull

Game Version: CB 1060
Total Downloads: 586
Updated: Sep 12, 2011
Created: Sep 12, 2011
Download PreventFullDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
PreventFull#1b beta 3.50 KB Sep 12, 2011 CB 1060 586 download PreventFull PreventFull#1b betaDownload

Description

Share this:

Hi all! This is my first bukkit plugin.
What does it do? It simply removes the max player limit you or your hoster has set. To try avoid frequent server crashes, it checks how much free memory your server has, and if it is less than the amout (in MB) you specified in config.yml it kicks the player with a custom message.
It's in a very early stage, by now it doesn't provide any command, but you can enable and disable it at any time editing the config file without the need to reload every plugin.
How to install it:

  1. Download it from the provided link
  2. Copy PreventFull.jar in you plugins folder
  3. Start your server
  4. Edit /PreventFull/config.yml

    Download link: http://dev.bukkit.org/media/files/541/391/PreventFull.jar
    How to configure it:
    Open /PreventFull/config.yml

general: 
    enabled: true # quite obvious
memory:
    min: 0              #minimum amount of memory the server must have to let someone log in, 0 for no limit
messages:
    banned: You are banned from this server!            #What should the server tell the player when it doesn't let him in (when he is banned, and when memory is low
    memory: Not enough free memory to let you in!

Known bugs:

  • If you banned someone's ip address, that ip address will still be able to log in the server (not if player name is banned too). You should use something like Easyban to solve this.

Todo list:

  • Add ingame and console commands.
  • Add permissions support.
  • Solve the 'banned-ips' issue
  • Find a better way to check if someone's banned

Comments

Add a comment