Skip to content

Commit d0efe4c

Browse files
committed
add aliases
1 parent 144ff22 commit d0efe4c

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

pymcfunction/__init__.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.1.5"
22

33
from .util import *
44

@@ -11,3 +11,11 @@
1111
from .commands.scoreboard import Scoreboard
1212

1313
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pymcfunction"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "PyMCFunction is a tool to write Minecraft datapacks in Python."
55
authors = ["PaddeCraft <paddecraft@gmail.com>"]
66
include = [

0 commit comments

Comments
 (0)