Coder Social home page Coder Social logo

bedwars's Introduction

Hi there 👋

🔭 I'm currently working for...

BlueberryMC project, a yet another Minecraft modding API

🌱 Learning

  • C++ (along with JNI)

💬 Talk to me when...

  • you have some error when developing your own plugin (with stacktraces, please)
  • or if you just want to talk with me

📫 How to reach me

  • Discord: PerfectBoat#0001 (preferred)
  • email: me@acrylicstyle.xyz (please don't send promotional emails)
  • Twitter: @PerfectBoatJP (not recommended, though)

⚡ Fun fact

🔧 Staff

▶️ Present

  • Azisaba Network -> June 15, 2021 - present

⏹️ Past

  • Yululi Server -> June 2019 - January 2021

💥 Fun stuff

✨ other stuff

bedwars's People

Contributors

acrylic-style avatar dependabot[bot] avatar

Watchers

 avatar  avatar

bedwars's Issues

error

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile (default-compile) on project BedWars: Compilation failure: Compilation failure:
[ERROR] /D:/matrixbw/src/main/java/xyz/acrylicstyle/bedwars/BedWars.java:[317,38] 找不到符号
[ERROR] 符号: 变量 uuid
[ERROR] 位置: 类 xyz.acrylicstyle.bedwars.BedWars
[ERROR] /D:/matrixbw/src/main/java/xyz/acrylicstyle/bedwars/BedWars.java:[318,38] 找不到符号
[ERROR] 符号: 变量 uuid
[ERROR] 位置: 类 xyz.acrylicstyle.bedwars.BedWars
[ERROR] -> [Help 1]

BedWars.team.values(team).removeReturnCollection(e.getPlayer().getUniqueId()).forEach((uuid, team1) -> {
if (Bukkit.getPlayer(uuid).getLocation().distance(resourceSpawn) <= 4) {
Bukkit.getPlayer(uuid).getInventory().addItem(new ItemStack(type));
}
});

this bedwars *isn't* thread safe!

If 2 or more players have joined at the same time exactly, everything will happen twice.
Resources will generate 2x resource, 2x faster time, 2x teams, 2x villagers, and even scoreboard!

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.