DiceEaster v1.5 (1.7.x/1.8)

Details

  • Filename
    DiceEaster.zip
  • Uploaded by
  • Uploaded
    Mar 30, 2015
  • Size
    111.32 KB
  • Downloads
    1,448
  • MD5
    f18490d4bbcc7a2269de3d2c8a2e1bf2

Supported Bukkit Versions

  • 1.8
  • 1.7.2

Changelog

v1.5 Supportet: Spigot: 1.7.x Spigot: 1.8.x Bug Fix: PlayerChangedWorldEvent PlayerPickupEggs after Drop Entity Drop PlayerQuitEvent

Add: API

package de.Ste3et_C0st.DiceEquipment.Main;

import de.Ste3et_C0st.DiceEaster.DiceEaster;

public class main extends JavaPlugin {
    public DiceEaster dice;
   
    //GetPlayerEggs (Integer) = dice.getPlayerScore(player);
    //GetAllPlacedEggs (Integer) = dice.getEggs();
   
   
    @Override
    public void onEnable(){
        dice = (DiceEaster) getServer().getPluginManager().getPlugin("DiceEaster");
    }
   
    @Override
    public void onDisable(){
       
    }
}

v1.4.1

  • Complet Recodet
  • EasterBunnys
  • EasterBunnys can Spawn naturel
  • Spawn Random bad EasterBunnys
  • EasterBunnys can become random Items
  • Eggs are Holographic Displays
  • Prize
  • the prize can be a command
  • the prize can be money
  • output best players to file

Commands:

  • /easter bunny < Spawn Easterbunny
  • /easter top (side/output) < Display Toplist or output it to a .yml

v1.1

  • Scoreboard Bug Fix
  • Easter Count Bug Fix

v1.0

  • Release