Code Monkey home page Code Monkey logo

Comments (5)

Tylerinooo avatar Tylerinooo commented on August 16, 2024

Just decompile the server jar that minecraft gives you

from mcp-reborn.

Awakened-Redstone avatar Awakened-Redstone commented on August 16, 2024

Hummmm. MCP-rebon allow me to do so?
If yes, how?
Or MCP Still woking for 1.13+ servers?

from mcp-reborn.

Tylerinooo avatar Tylerinooo commented on August 16, 2024

Hex hasn't setup the server code with his mcp version, and the original mcp only goes up to 1.12.2

from mcp-reborn.

BriceFab avatar BriceFab commented on August 16, 2024

Use SpigotBuild tool or PaperMC for server's code

from mcp-reborn.

cosmicdan avatar cosmicdan commented on August 16, 2024

If you run the setup gradle task, it's all there. The Dedicated Server is not "different" to the base MC game, but rather a subset of it. MCP has all the server side stuff, and you can run a dedicated server with it even, straight from IDE (I just tested). Think about it - the server stuff is all very much 100% essential, where all the serious game modding goes - why would MCP "only provide client code"? Makes no sense.

In other words, no - you're mistaken. MCP-Reborn lets you mod server side stuff fine, I'm looking at the world decoration and structure generation code in my IDE right now.

If you're saying you only want to modify a dedicated server jar, I don't think that's possible with MCP - nor is it the point. MCP-Reborn is here for R&D and prototyping, not making custom servers. That's just my interpretation of the scope of MCP Reborn.

Update:

  • If you want to explore the structure gen code and not make a modded server: See net.minecraft.world.gen.feature.structure.Structures.java (MCP name) for a possible starting point.
  • If you want to make a custom MCP-Reborn-based server: yes it can be done but you can't redistribute the resulting jar unless it's obfuscated (which I can't see how to do, not that it interests me anyway so meh). Even then I would NOT do that - custom MC jar's have legal and security issues. Better off converting it to a Forge or Fabric mod, or a server plugin if that is good enough.

from mcp-reborn.

Related Issues (20)

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.