Giter Club home page Giter Club logo

paper-with-sand-dupers's Introduction

No update plan at the moment.

Maybe try

https://github.com/neko-craft/NekoAgent

https://github.com/MrTransistorsChannel/SandDupe

https://github.com/Nats-ji/paper-sand-dupe-unpatched






A PaperMC fork that delete sand duping fix

You can enable TNT, Rails and Carpet duping by config, but you can't enable sand duping, so this is the fork that you can use sand dupers.

Just delete Fix-sand-dumping.patch, no other changes.

Please download directly in "Releases".

the version number and code are consistent with Paper ci server.

For example, the version #496 you downloaded from the Paper ci server is basically the same as the version #496 downloaded from this repository, except that there is no Fix-sand-dumping.patch.

Please note that since my workflow does not depend on this repository, so this repository has not been updated and cannot be compiled correctly.


一个删除了刷沙修复补丁的 PaperMC fork

你可以在配置文件中启用刷TNT、刷铁轨、刷地毯,但是你无法在配置文件中启用刷沙,所以这是一个可以让你用刷沙机的 fork。

仅删除 Fix-sand-dumping.patch,未做其他改动。

请直接在 Releases 中下载构建。

版本号与 Paper ci 服务器一致。

也就是说,你在 Paper ci 服务器下载到的 #496 版本和本仓库的 #496 版本是基本上一样的,只不过这里的版本没有 Fix-sand-dumping.patch。

请注意,由于我的工作流程不依赖于此存储库,因此该存储库未更新,且无法正确编译。









Paper Build Status

High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.

Support and Project Discussion:

How To (Server Admins)

Paperclip is a jar file that you can download and run just like a normal jar file.

Download Paper from our downloads page.

Run the Paperclip jar directly from your server. Just like old times

How To (Plugin Developers)

  • See our API patches here
  • See upcoming, pending, and recently added API here
  • Paper API javadocs here: papermc.io/javadocs
  • Maven Repo (for paper-api):
<repository>
    <id>papermc</id>
    <url>https://papermc.io/repo/repository/maven-public/</url>
</repository>
  • Artifact Information:
<dependency>
    <groupId>com.destroystokyo.paper</groupId>
    <artifactId>paper-api</artifactId>
    <version>1.16.4-R0.1-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

Or alternatively, with Gradle:

  • Repository:
repositories {
    maven {
        url 'https://papermc.io/repo/repository/maven-public/'
    }
}
  • Artifact:
dependencies {
    compileOnly 'com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT'
}

How To (Compiling Jar From Source)

To compile Paper, you need JDK 8, maven, and an internet connection.

Clone this repo, run ./paper jar from bash, get files.

How To (Pull Request)

See Contributing

Special Thanks To:

YourKit-Logo

YourKit, makers of the outstanding java profiler, support open source projects of all kinds with their full featured Java and .NET application profilers. We thank them for granting Paper an OSS license so that we can make our software the best it can be.

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.