We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144ff22 commit d0efe4cCopy full SHA for d0efe4c
2 files changed
pymcfunction/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.4"
+__version__ = "0.1.5"
2
3
from .util import *
4
@@ -11,3 +11,11 @@
11
from .commands.scoreboard import Scoreboard
12
13
from .commands.simple import *
14
+
15
16
+# Aliases
17
+sb = Scoreboard
18
+exec = execute
19
+gm = gamemode
20
+tp = teleport
21
+bb = bossbar
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pymcfunction"
-version = "0.1.4"
+version = "0.1.5"
description = "PyMCFunction is a tool to write Minecraft datapacks in Python."
5
authors = ["PaddeCraft <paddecraft@gmail.com>"]
6
include = [
0 commit comments