7 Days to Die
    American Truck Simulator
    ARK: Survival Ascended
    ARK: Survival Evolved
    ARK: Survival Evolved Official Save Game
    ARK: Survival of the Fittest
    Arma 2
    Arma 3
    Arma Reforger
    Assetto Corsa Competizione
    Astroneer
    Atlas
    Avorion
    Battlefield Hardline
    Chivalry 2
    Citadel
    Conan Exiles
    Counter-Strike: Global Offensive
    Craftopia
    Dark and Light
    DayZ
    Dirty Bomb
    Don't Starve Together
    DUCKSIDE
    Dune: Awakening
    ECO
    Empyrion
    Enshrouded
    Euro Truck Simulator 2
    Factorio
    Farming Simulator 17
    Farming Simulator 19
    Farming Simulator 22
    Farming Simulator 25
    FiveM
    Garry's Mod
    Half-Life 2 Deathmatch
    Hell Let Loose
    ICARUS
    Killing Floor 2
    Last Oasis
    Left 4 Dead 2
    Life is Feudal
    LOTR: Return to Moria
    Medieval Engineers
    Minecraft
    Mordhau
    Myth of Empires
    Outpost Zero
    Palworld
    Pantropy
    Path of Titans
    PixARK
    Project Zomboid
    Red Orchestra 2
    Retired Games
    Risk of Rain 2
    Rust
    Satisfactory
    SCP - Secret Laboratory
    SCUM
    Sons Of The Forest
    Soulmask
    Space Engineers
    Squad
    Starbound
    StarMade
    Subsistence
    Team Fortress 2
    Terraria
    The Forest
    The Isle
    Unturned
    V Rising
    Valheim
    Wreckfest
    Ylands
    Zescape
  • webinterface
    • Account
      Customer Support
      FTP
      Other Services
      Security
  • WEBINTERFACE
    1. home /
    2. guides /
    3. epicspleef en

    Guides

    Category A-Z
    configuration
    Gameserver
    Minecraft
    question
    Wiki

    EpicSpleef - Minecraft

    EpicSpleef – Minecraft

    EpicSpleef
    Plugin-EpicSpleef.png
    Servermod: Bukkit/Spigot
    Category: Minigame (fun)
    Developer: BtoBastian
    Developer Website: Link
    Description: Allows the creation of spleef arenas
    Features: Supports lobbies, several game modes (BowSpleef, Splegg, etc.)

    and provides comprehensive statistics

    Download: Link

    What’s EpicSpleef
    EpicSpleef is a plugin based on the spleef minigame. It allows to create arenas and supports multiple gamemodes. If you don’t know what spleef is you can find a great description >here< .

     

    Installation

    Step 1 – Download EpicSpleef
    First of all have to download EpicSpleef. The current version of EpicSpleef can be found here .

    Schritt 2 – Install EpicSpleef
    Now you have to stop the server. If the server has been shut down put the “EpicSpleef-X.X.X.jar” file into the /plugins folder. Now you have to start the server again. A folder called “EpicSpleef” should be created.

    You’re done

    Configuring the config.yml

    Directory: /minecraftbukkit/plugins/EpicSpleef/config.yml

     mainSettings: languagefile: language.yml

    languagefile – The name of the languagefile.

     auto-update: check: true update: true unsafeUpdates: false

    check – If you don’t want to check for available updates, you have to set “check” to false.
    update – Should new versions automatically be downloaded and installed?
    unsafeUpdates – Should “unsafe” updates be installed? If this is set to false it will only check and download an update if the versions of your server and the plugin fits (e.g. a plugin version for Minecraft 1.8.1 won’t be installed on a server for 1.7.9, a plugin version for Minecraft 1.8.1 WILL be installed on a server for 1.8.0, cause this ignores the 3rd digit).

     scoreboard: - '&a&lWins' - '%wins%' - '&1' - '&c&lLosses' - '%losses%' - '&2' - '&6&lPoints' - '%points%' - '&3' - '&a&lTotal Wins' - '%totalWins%' - '&4' - '&c&lTotal Losses' - '%totalLosses%'

    You can configurate the lines of the scoreboard. Blank lines must be filled with different color codes (eg “&1”). %value% will be replaced with the corresponding value of the player’s statistics.

     joinsigns: waitingForPlayers: lines: 1: '&l&9%arena%' 2: '&2JOINABLE' 3: '%players% / %maxPlayers%' 4: '&aClick to join' full: lines: 1: '&l&9%arena%' 2: '&4FULL' 3: '%players% / %maxPlayers%' 4: 'Countdown: &c%countdown%' inProgress: lines: 1: '&l&9%arena%' 2: '&4IN GAME' 3: '%players% / %maxPlayers%' 4: '&aClick to spectate' disabled: lines: 1: '&l&9%arena%' 2: '&cDISABLED' 3: 4:

    waitingForPlayers – The look of the join sign if players can join.
    full – The look of the join sign if the arena is full.
    inProgress – The look of the join sign if the game is in progress.
    disabled – The look of the join sign if the arena is disabled.

     stats: enable: true

    enable – Should statistics be enabled?

     expertsOnly: stats: threadPoolSettings: corePoolSize: 1 maximumPoolSize: 1 keepAliveTimeInMilliSeconds: 0

    This settings are for experts only. If you don’t know what they mean, don’t change anything!

    Create an arena

    Step 1 – Teleport to the arena’s world
    First, you have to teleport to the world of the arena.

    Step 2 – Create the arena
    Type /spleef create <NameOfArena> to create the backbone. <NameOfArena> should be replaced with the name of the arena.

    Step 3 – Add a floor
    You need to add a floor for the arena. There are several options available to do this:

    1. Using WorldEdit
      You can add a floor using WorldEdit . Select the floor and type /spleef addBlocks <NameOfArena> worldedit .
    2. The floor you are standing on
      An easier way to add the floor is the command /spleef addBlocks <NameOfArena> standingOn . This will add the floor you are standing on to the arena using a flood fill algorithm.
    3. The floor you are looking at
      The same as “standingOn”, but not adding the floor you are standing on, but the floor you are looking at. Type /spleef addBlocks <NameOfArena> lookingAt .

    Multiple floor levels are allowed.

    Step 4 – Add spawnpoints
    Now you have to add the spawnlocations. Just type /spleef addSpawnloc <NameOfArena> to create an arena at the location you are standing on.

    Step 5 – Enable the arena
    Finally you have to enable the arena. Just type /spleef setValue <NameDerArena> enabled true .

    You’re done!

    About this Article

    This tutorial is based on plugin version : 0.0.8
    This tutorial was translated by: BtoBastian This tutorial was translated on: 31.01.2015
    This tutorial was originally created by: BtoBastian This tutorial was originally created on: 27.01.2015
    Last updated by: BtoBastian Last update on: 31.01.2015

    Get Minecraft Bukkit Server Hosting now!


    #configuration
    #Gameserver
    #Minecraft
    #question
    #Wiki
    12/1/2022

    Grab your very own game server now.

    Order game server
    1. home /
    2. guides /
    3. epicspleef en
    Pay the way you prefer
    Klarna Payment Badge
    Our memberships
    RIPE NCC - Ripe Network Coordination Centre Women in Games
    v1.30.0-168-g6f64a707 © 2025 marbis / Nitrado USA, Inc.. All rights reserved. All prices are shown as gross prices and include VAT.