Skip to content

Commit

Permalink
add aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddeCraft committed Oct 23, 2022
1 parent 144ff22 commit d0efe4c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion pymcfunction/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.4"
__version__ = "0.1.5"

from .util import *

Expand All @@ -11,3 +11,11 @@
from .commands.scoreboard import Scoreboard

from .commands.simple import *


# Aliases
sb = Scoreboard
exec = execute
gm = gamemode
tp = teleport
bb = bossbar
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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."
authors = ["PaddeCraft <paddecraft@gmail.com>"]
include = [
Expand Down

0 comments on commit d0efe4c

Please sign in to comment.