Giter Site home page Giter Site logo

neptunemod's Introduction

NeptuneMod Build Status

An alternate implementation of CanaryLib, built for vanilla Minecraft, licensed under the MIT License.

Prerequisites

Cloning

The following steps will ensure your project is cloned properly.

  1. git clone https://github.com/NeptunePowered/NeptuneMod.git
  2. cd NeptuneVanilla

Building

Note: If you do not have Gradle installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.

In order to build NeptuneMod you simply need to run the gradle build command. You can find the compiled JAR files in ./build/libs but in most cases you'll only need 'neptunemod-x.x.x-x.x.x.jar'.

neptunemod's People

Contributors

14mrh4x0r avatar jamierocks avatar stephan-gh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

neptunemod's Issues

Entities don't move

Or rather don't appear to move, it seems that they are moving but the client isn't getting the message.

Crash when killed by Zombie

---- Minecraft Crash Report ----
// Don't do that.

Time: 08/05/16 16:02
Description: Ticking entity

java.lang.IllegalArgumentException: Empty string not allowed
    at net.minecraft.nbt.NBTTagString.<init>(NBTTagString.java:23)
    at net.minecraft.nbt.NBTTagCompound.setString(NBTTagCompound.java:134)
    at net.minecraft.entity.Entity.getHoverEvent(Entity.java:2429)
    at net.minecraft.entity.Entity.getDisplayName(Entity.java:2365)
    at net.minecraft.util.CombatEntry.getDamageSrcDisplayName(CombatEntry.java:52)
    at net.minecraft.util.CombatTracker.getDeathMessage(CombatTracker.java:83)
    at net.minecraft.entity.player.EntityPlayerMP.onDeath(EntityPlayerMP.java:488)
    at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:932)
    at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1014)
    at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:561)
    at net.minecraft.entity.monster.EntityMob.attackEntityAsMob(EntityMob.java:115)
    at net.minecraft.entity.monster.EntityZombie.attackEntityAsMob(EntityZombie.java:321)
    at net.minecraft.entity.ai.EntityAIAttackOnCollide.updateTask(EntityAIAttackOnCollide.java:139)
    at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(EntityAITasks.java:122)
    at net.minecraft.entity.EntityLiving.updateEntityActionState(EntityLiving.java:611)
    at net.minecraft.entity.EntityLivingBase.onLivingUpdate(EntityLivingBase.java:1903)
    at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:436)
    at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:37)
    at net.minecraft.entity.monster.EntityZombie.onLivingUpdate(EntityZombie.java:245)
    at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1738)
    at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:259)
    at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:45)
    at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:316)
    at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1628)
    at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:667)
    at net.minecraft.world.World.updateEntity(World.java:1597)
    at net.minecraft.world.World.updateEntities(World.java:1449)
    at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:505)
    at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:747)
    at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:356)
    at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:657)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:536)
    at java.lang.Thread.run(Thread.java:745)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
    at net.minecraft.nbt.NBTTagString.<init>(NBTTagString.java:23)
    at net.minecraft.nbt.NBTTagCompound.setString(NBTTagCompound.java:134)
    at net.minecraft.entity.Entity.getHoverEvent(Entity.java:2429)
    at net.minecraft.entity.Entity.getDisplayName(Entity.java:2365)
    at net.minecraft.util.CombatEntry.getDamageSrcDisplayName(CombatEntry.java:52)
    at net.minecraft.util.CombatTracker.getDeathMessage(CombatTracker.java:83)
    at net.minecraft.entity.player.EntityPlayerMP.onDeath(EntityPlayerMP.java:488)
    at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:932)
    at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1014)
    at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:561)
    at net.minecraft.entity.monster.EntityMob.attackEntityAsMob(EntityMob.java:115)
    at net.minecraft.entity.monster.EntityZombie.attackEntityAsMob(EntityZombie.java:321)
    at net.minecraft.entity.ai.EntityAIAttackOnCollide.updateTask(EntityAIAttackOnCollide.java:139)
    at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(EntityAITasks.java:122)
    at net.minecraft.entity.EntityLiving.updateEntityActionState(EntityLiving.java:611)
    at net.minecraft.entity.EntityLivingBase.onLivingUpdate(EntityLivingBase.java:1903)
    at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:436)
    at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:37)
    at net.minecraft.entity.monster.EntityZombie.onLivingUpdate(EntityZombie.java:245)
    at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1738)
    at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:259)
    at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:45)
    at net.minecraft.entity.monster.EntityZombie.onUpdate(EntityZombie.java:316)
    at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1628)
    at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:667)
    at net.minecraft.world.World.updateEntity(World.java:1597)

-- Entity being ticked --
Details:
    Entity Type: Zombie (net.minecraft.entity.monster.EntityZombie)
    Entity ID: 3914
    Entity Name: ~~NULL~~
    Entity's Exact location: 60.48, 70.00, 229.72
    Entity's Block location: 60.00,70.00,229.00 - World: (60,70,229), Chunk: (at 12,4,5 in 3,14; contains blocks 48,0,224 to 63,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Entity's Momentum: 0.01, -0.08, -0.06
    Entity's Rider: ~~ERROR~~ NullPointerException: null
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.world.World.updateEntities(World.java:1449)
    at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:505)

-- Affected level --
Details:
    Level name: world
    All players: 1 total; [EntityPlayerMP['jamierocks'/247, l='world', x=60.75, y=69.00, z=228.77]]
    Chunk stats: ServerChunkCache: 491 Drop: 0
    Level seed: 8360682010652415265
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options: 
    Level spawn location: 28.00,64.00,256.00 - World: (28,64,256), Chunk: (at 12,4,0 in 1,16; contains blocks 16,0,256 to 31,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 400830 game time, 400830 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 70696 (now: false), thunder time: 79081 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
    at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:747)
    at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:356)
    at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:657)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:536)
    at java.lang.Thread.run(Thread.java:745)

-- System Details --
Details:
    Minecraft Version: 1.8.9
    Operating System: Mac OS X (x86_64) version 10.11.1
    Java Version: 1.8.0_65, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 134765920 bytes (128 MB) / 641204224 bytes (611 MB) up to 1908932608 bytes (1820 MB)
    JVM Flags: 0 total; 
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
    Canary Plugins: 
        DynmapNeptune version 1.0.0-SNAPSHOT
        ServerListPlus version 3.4.5-SNAPSHOT
    Profiler Position: N/A (disabled)
    Player Count: 1 / 20; [EntityPlayerMP['jamierocks'/247, l='world', x=60.75, y=69.00, z=228.77]]
    Is Modded: Definitely; Server brand changed to 'NeptuneVanilla'
    Type: Dedicated Server (map_server.txt)

JLine Support

Would be nice to stop seeing §7, etc in the console.

Timings

This time use the Timings from Paper, not Sponge.

Hook Implementation

  • hook
    • command
      • CommandBlockCommandHook
      • ConsoleCommandHook
      • PlayerCommandHook
    • entity
      • ChickenLayEggHook
      • DamageHook
      • DimensionSwitchHook
      • EndermanDropBlockHook
      • EntityDeathHook
      • EntityDespawnHook
      • EntityLightningStrikeHook
      • EntityMountHook
      • EntityMoveHook
      • EntitySpawnHook
      • EntityTameHook
      • HangingEntityDestroyHook
      • ItemTouchGroundHook
      • MinecartActivateHook
      • MobTargetHook
      • PotionEffectAppliedHook
      • PotionEffectFinishHook
      • ProjectileHitHook
      • SlimeSplitHook
      • VehicleCollisionHook
      • VehicleDamageHook
      • VehicleDestroyHook
      • VehicleEnterHook
      • VehicleExitHook
      • VehicleMoveHook
      • VillagerTradeUnlockHook
    • player
      • AnvilUseHook
      • ArmorBrokenHook
      • ArmorStandModifyHook
      • BanHook
      • BedEnterHook
      • BedExitHook
      • BlockDestroyHook
      • BlockLeftClickHook
      • BlockPlaceHook
      • BlockRightClickHook
      • BookEditHook
      • ChatHook
      • ConnectionHook
      • CraftHook
      • DisconnectionHook
      • EatHook
      • EnchantHook
      • EntityRightClickHook
      • ExperienceHook
      • FoodExhaustionHook
      • FoodLevelHook
      • FoodSaturationHook
      • GameModeChangeHook
      • HealthChangeHook
      • HeldItemChangeHook
      • InventoryHook
      • ItemDropHook
      • ItemFrameRotateHook
      • ItemFrameSetItemHook
      • ItemPickupHook
      • ItemUseHook
      • KickHook
      • LevelUpHook
      • PlayerArmSwingHook
      • PlayerDeathHook
      • PlayerIdleHook
      • PlayerListHook
      • PlayerMoveHook
      • PlayerRespawnedHook
      • PlayerRespawningHook
      • PortalUseHook
      • PreConnectionHook
      • ReturnFromIdleHook
      • SignChangeHook
      • SignShowHook
      • SlotClickHook
      • StatGainedHook
      • TeleportHook
      • ToolBrokenHook
      • VillagerTradeHook
    • system
      • LoadWorldHook
      • PermissionCheckHook
      • PluginDisableHook
      • PluginEnableHook
      • ServerGuiStartHook
      • ServerListPingHook
      • ServerShutdownHook
      • ServerTickHook
      • UnloadWorldHook
    • world
      • BlockDropXpHook
      • BlockGrowHook
      • BlockPhysicsHook
      • BlockUpdateHook
      • ChunkCreatedHook
      • ChunkCreationHook
      • ChunkLoadedHook
      • ChunkUnloadHook
      • DecorateHook
      • DispenseHook
      • ExplosionHook
      • FireworkExplodeHook
      • FlowHook
      • HopperTransferHook
      • IgnitionHook
      • LeafDecayHook
      • LighningStrikeHook
      • LiquidDestroyHook
      • NoteBlockPlayHook
      • PistonExtendHook
      • PistonRetrackHook
      • PortalCreateHook
      • PortalDestroyHook
      • RedstoneChangeHook
      • SmeltBeginHook
      • SmeltHook
      • TNTActivateHook
      • TimeChangeHook
      • TreeGrowHook
      • WeatherChangeHook

Multiworld

This is perhaps one of the largest things needed to do.

log4J configuration

Have a proper log4J configuration so that users can identify which Plugins are logging what.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.