Search results

  1. superice666

    BlocklyNukkit —— Efficient plugin development framework

    This error is caused by garbage collection. Nukkit wants to remove the chunk from memory, but blocklynukkit finds that there is a npc in the chunk and the npc will lead to a crash if this chunk is removed. And then blocklynukkit stops garbage collection and throw the error. Please offer your...
  2. superice666

    BlocklyNukkit —— Efficient plugin development framework

    BlocklyNukkit is an efficient nukkit plugin development framework. It allows people who can't program at all to make nukkit plugins through jigsaw puzzles. For people who can use python or javascript , BlocklyNukkit allows them to make nukkit plugins through python and javascript, which is much...
  3. superice666

    BlocklyNukkit —— Efficient plugin development framework

    superice666 updated BlocklyNukkit —— Efficient plugin development framework with a new update entry: 1.2.8.2 Read the rest of this update entry...
  4. superice666

    BlocklyNukkit —— Efficient plugin development framework - 1.2.8.2

    1.2.8.2: Fix bugs -Fixed the problem of bnnpc and BN floating words disappearing New features -Now you can add a line of comment //pragma es9 at the beginning of JS code to enable es9 language features, but there will be some performance loss, and the loss is not big, so you can use it with...
  5. superice666

    mutiBackpack

    superice666 submitted a new resource: mutiBackpack - divide wolrds into gruops and let players in different groups' world have different backpack! Read more about this resource...
  6. superice666

    mutiBackpack 1.0.5

    MutiBackpack Multiworld backpack plugin with high degree of customization Based on BlocklyNukkit! What is it? A multi world backpack plug-in with high customization, based on blocklynukkit. You can group the world freely. Then players will have different backpack inventories in different...
  7. superice666

    BlocklyNukkit —— Efficient plugin development framework

    superice666 updated BlocklyNukkit —— Efficient plugin development framework with a new update entry: 1.2.8.1 released Read the rest of this update entry...
  8. superice666

    BlocklyNukkit —— Efficient plugin development framework - 1.2.8.1 released

    ## 1.2.8.1 Entity - BNNPC buildNPC(Position pos,String name,String skinID,int calltick,String callfunction,String attackfunction) - void showFloatingItem(Position pos,Item item) - void removeFloatingItem(Position pos,Item item) windowbuilder - Custom buildSlider(String title,double...
  9. superice666

    IronBlockElevator

    superice666 submitted a new resource: IronBlockElevator - Let your players build an elevator to move up and down! Read more about this resource...
  10. superice666

    IronBlockElevator 1.0.1

    IronElevator Need BlocklyNukkit as dependence! Plugin introduction: Ironelevator is a good plug-in for adaptive iron elevator. The so-called iron elevator, that is, players can quickly through the iron block placed up and down to transfer. The so-called adaptive, that is, the plug-in will...
  11. superice666

    autoFireWork

    superice666 submitted a new resource: autoFireWork - Automatically sets off fireworks ! let the server have gorgeous sky! Read more about this resource...
  12. superice666

    autoFireWork 1.0.0

    AutoFireWork Highly customized fireworks decoration plug-in Plug in function: Highly customized fireworks decoration! You can customize the frequency, location, flight time, color, shape, trajectory and flicker of fireworks Full open source, efficient operation, smooth without card service How...
  13. superice666

    BlocklyNukkit —— Efficient plugin development framework

    Thank you for your attention. We put the code in a private gitee repository. Due to some reasons, automatic synchronization can't work normally. We have started to clean up the code. It is estimated that all the code can be synchronized to the public repository at 5:00 p.m. Beijing time.
  14. superice666

    BlocklyNukkit —— Efficient plugin development framework - LTS version 1.2.8.0 release

    Class library manager -Now the class library manager can install the module directly. For now, there are only Python and database modules -Use the command bninstall module name to install the class library window - void setBelowName(Player player,String str) manager - void loadJar(String...
  15. superice666

    BlocklyNukkit —— Efficient plugin development framework

    superice666 updated BlocklyNukkit —— Scratch like plugin editor with a new update entry: LTS version 1.2.8.0 release Read the rest of this update entry...
  16. superice666

    BlocklyNukkit —— Efficient plugin development framework

    superice666 updated BlocklyNukkit —— Scratch like plugin editor with a new update entry: LTS version 1.2.7 release Read the rest of this update entry...
  17. superice666

    BlocklyNukkit —— Efficient plugin development framework - LTS version 1.2.7 release

    Performance: Performance optimization is carried out to force invokemethod optimization to be started when the underlying JS translates Java bytecode Function: For manager base objects: New function: String readFile(String path) void wirteFile(String path,String text) boolean...
  18. superice666

    BlocklyNukkit —— Efficient plugin development framework

    superice666 updated BlocklyNukkit —— Scratch like plugin editor with a new update entry: new Version! Run javascript with sandbox engine! Read the rest of this update entry...
  19. superice666

    BlocklyNukkit —— Efficient plugin development framework - new Version! Run javascript with sandbox engine!

    Sandbox isolation for each JS file runtime, namespace and cross namespace calls are added, article NBT and window default values are added.
  20. superice666

    BlocklyNukkit —— Efficient plugin development framework

    superice666 updated BlocklyNukkit —— Scratch like plugin editor with a new update entry: FloatingText Update Read the rest of this update entry...
Top