levistone 0.10.5__cp310-cp310-win_amd64.whl → 0.10.7__cp310-cp310-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of levistone might be problematic. Click here for more details.

endstone/__init__.py CHANGED
@@ -12,7 +12,7 @@ from endstone._internal.endstone_python import (
12
12
  )
13
13
  from endstone._internal.version import __version__
14
14
 
15
- __minecraft_version__ = "1.21.102"
15
+ __minecraft_version__ = "1.21.111"
16
16
 
17
17
  __all__ = [
18
18
  "__version__",
@@ -10,5 +10,5 @@ __version__: str
10
10
  __version_tuple__: VERSION_TUPLE
11
11
  version_tuple: VERSION_TUPLE
12
12
 
13
- __version__ = version = '0.10.5'
14
- __version_tuple__ = version_tuple = (0, 10, 5, '')
13
+ __version__ = version = '0.10.7'
14
+ __version_tuple__ = version_tuple = (0, 10, 7, '')
endstone_runtime.dll CHANGED
Binary file
endstone_runtime.pdb CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: levistone
3
- Version: 0.10.5
3
+ Version: 0.10.7
4
4
  Summary: Endstone offers a plugin API for Bedrock Dedicated Servers, supporting both Python and C++.
5
5
  Author-email: Vincent Wu <magicdroidx@gmail.com>
6
6
  Project-URL: Changelog, https://endstone.readthedocs.io/en/latest/changelog
@@ -40,10 +40,32 @@ Dynamic: license-file
40
40
 
41
41
  # LeviStone
42
42
 
43
- A runtime for running Endstone plugins on LeviLamina
43
+ English | [中文](README.zh.md)
44
+
45
+ A runtime for running [Endstone](https://github.com/EndstoneMC/endstone) plugins on [LeviLamina](https://github.com/LiteLDev/LeviLamina)
44
46
 
45
47
  ## Installation
46
48
 
47
49
  ```bash
48
50
  pip install levistone --target plugins/EndstoneRuntime
49
51
  ```
52
+ You can also add == after levistone to install a specific version.
53
+ For example, to install version 0.10.5:
54
+ ```bash
55
+ pip install levistone==0.10.5 --target plugins/EndstoneRuntime
56
+ ```
57
+ You can find versions on [PyPI](https://pypi.org/project/levistone/#history).
58
+
59
+ ## FAQ
60
+
61
+ ### Can I run Endstone native plugins?
62
+
63
+ No, LeviStone only supports plugins written in Python.
64
+
65
+ ### Why are some Endstone versions not supported?
66
+
67
+ LeviLamina only supports one version from each Minecraft protocol version, while Endstone supports multiple versions.
68
+
69
+ ### How do I know which version I should install?
70
+
71
+ Check the [LeviLamina supported versions](https://lamina.levimc.org/versions/) and the [Endstone release page](https://github.com/EndstoneMC/endstone/releases).
@@ -1,7 +1,7 @@
1
- endstone_runtime.dll,sha256=peiVope0cxKmQ7Y87x4aixd1ml4iRKKAGCjhzFejvTw,1795072
2
- endstone_runtime.pdb,sha256=CF9Gr7LxTujo2TGwCdQKyMKWHdtRV7oYLj08chOUcv4,25538560
3
- manifest.json,sha256=Jhby8yB5zkR-ElZ6dZXCjS1CjTS2O3SH50JrQTepOL0,122
4
- endstone/__init__.py,sha256=bJApQiprtAOkVxgajQn1PW0PbIvj-pLPl0JrKv84SYs,567
1
+ endstone_runtime.dll,sha256=PvD3M-opGy272T2fJbTCrZMqy42QBDYbtru9KRuwsTI,1768960
2
+ endstone_runtime.pdb,sha256=ycBwR3MkhFC8GsEF3Tc-cxWO6NEfY4DwUIHK81aWLxM,25776128
3
+ manifest.json,sha256=0u_994VHkJxXuR6WGm7g0iCPiy6jilR9NdFj3E6uQzI,122
4
+ endstone/__init__.py,sha256=MylkCpZ_1H1Vx6AhdtcSpgYu45NyyAp0IS6ESjwPnYM,567
5
5
  endstone/__main__.py,sha256=BScr7X_wRgbkmrnGTOEuhJqgbve5leelFfh1v5OdPdc,87
6
6
  endstone/actor.py,sha256=Yb7Hozj6cnYF5LT7Nr1DZZJMJ3GugP2MBP4jSr9uzhM,103
7
7
  endstone/ban.py,sha256=6t_lhCGpwe7w_jOM-l1ooI6kF1P0pHgGaasMX2FeTeU,177
@@ -22,19 +22,19 @@ endstone/scheduler.py,sha256=2PkwAeLgrX6KxaiUPcnONbRNQYlFdvhUUShpFE35t-8,99
22
22
  endstone/scoreboard.py,sha256=qO1X0sD7D_SH6Lb4sKODe7emfdAyQ7iEAPVFznxOuyI,219
23
23
  endstone/util.py,sha256=vvIIfPj3K085eg-aaLfcNnSvapQpTZSHH756VDBwEi8,111
24
24
  endstone/_internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
- endstone/_internal/endstone_python.cp310-win_amd64.pyd,sha256=OSqKQtypSvRUFXDsAWIcLaKm5CGQW3M1wu7mV4F6Q-s,1681920
25
+ endstone/_internal/endstone_python.cp310-win_amd64.pyd,sha256=9sZdgtxTtVFE2HiIWCIn98Q_4XgcCE9diTwt_7V0mMI,1681920
26
26
  endstone/_internal/endstone_python.pyi,sha256=sYTBDjajOytwXxVWt3TqOgeW6OmmUT2MHdspI-Oals8,157484
27
27
  endstone/_internal/metrics.py,sha256=miLRHmjSpuxS3Ad2OgC04KPG7avGwCeb7-LIAwbsAd8,3848
28
28
  endstone/_internal/plugin_loader.py,sha256=1c8rSt21ooy2JT6Z_fM2F4d59oIyiX3ypSCZxTUmkUs,9526
29
- endstone/_internal/version.py,sha256=fQidnf9fE8EB76U0QWl35GNNgpoOyvRfZaWJwMHnw2U,349
29
+ endstone/_internal/version.py,sha256=zmBfK-mywhwiZzGw18C9ykBB5-HJazZdyuWgc_1o6JY,349
30
30
  endstone/_internal/bootstrap/__init__.py,sha256=1Haor_gGUhX14XUtPqavx6WGiCLcZNYAQnIY2ZXLlaI,2060
31
31
  endstone/_internal/bootstrap/base.py,sha256=wYfAs5YofFDrP9BZqAPxPtSvCuLBmFei0hyHFSpsNyc,11049
32
32
  endstone/_internal/bootstrap/linux.py,sha256=1serawI90SjVayjAsgbfi90ezxrjybVXeeLsRNg2pmw,2705
33
33
  endstone/_internal/bootstrap/windows.py,sha256=cjvdRdaTHXadPncHlASph2iIdEOyV7tczadvDASGi_I,6273
34
34
  endstone/config/endstone.toml,sha256=azfn3NbweM2VHNjubhkuBLg3tqPzOBCRUaf7F5RHbJo,347
35
- levistone-0.10.5.dist-info/licenses/LICENSE,sha256=WtjCEwlcVzkh1ziO35P2qfVEkLjr87Flro7xlHz3CEY,11556
36
- levistone-0.10.5.dist-info/METADATA,sha256=ai4z0ASAnU0lGRrOkAhu86ERHo_UjAswzNgjfHQPr28,1747
37
- levistone-0.10.5.dist-info/WHEEL,sha256=sUtRM5s06GjZHwyoHBV1WzGwVoMHXaUBLxgVE29XlsY,100
38
- levistone-0.10.5.dist-info/entry_points.txt,sha256=YcCpMmhXBaSX4Vm9Lt5KEBwkaL5wEzNCLdpZAZJ3gsg,62
39
- levistone-0.10.5.dist-info/top_level.txt,sha256=BERCWpr0nMLPIcEyGbeVJNJ1xRNrx08gMj8Xi2vLqbo,10
40
- levistone-0.10.5.dist-info/RECORD,,
35
+ levistone-0.10.7.dist-info/licenses/LICENSE,sha256=WtjCEwlcVzkh1ziO35P2qfVEkLjr87Flro7xlHz3CEY,11556
36
+ levistone-0.10.7.dist-info/METADATA,sha256=pyobMWWoJfg4QQs9DBhW-PzbWdnqDe_8sPRC3VEcxYo,2636
37
+ levistone-0.10.7.dist-info/WHEEL,sha256=sUtRM5s06GjZHwyoHBV1WzGwVoMHXaUBLxgVE29XlsY,100
38
+ levistone-0.10.7.dist-info/entry_points.txt,sha256=YcCpMmhXBaSX4Vm9Lt5KEBwkaL5wEzNCLdpZAZJ3gsg,62
39
+ levistone-0.10.7.dist-info/top_level.txt,sha256=BERCWpr0nMLPIcEyGbeVJNJ1xRNrx08gMj8Xi2vLqbo,10
40
+ levistone-0.10.7.dist-info/RECORD,,
manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "EndstoneRuntime",
3
3
  "entry": "endstone_runtime.dll",
4
- "version": "0.10.5",
4
+ "version": "0.10.7",
5
5
  "type": "native"
6
6
  }