PixelPlugins / TShockJS

Tool to make Tshock terraria plugins in javascript
GNU General Public License v3.0
4 stars 1 forks source link

List of coming soon features #1

Open PixelPlugins opened 7 years ago

PixelPlugins commented 7 years ago

As you should know, tshockjs is new and does not have all features yet. Here is a list of the soon-to-be-added features in the order the will be created:

  1. (Now Added) Hooks: Register functions to be fired when a certain thing happens in the game.
  2. Tile Editing: Edit blocks to build things or break them.
  3. Entities: (Partially added) Spawn or kill living things in the world.
LaurensDeV commented 7 years ago

Not to be annoying or anything, but when you loop through TShock.Players, you have no null checks anywhere, which means your code will throw errors nonstop

PixelPlugins commented 7 years ago

Sorry if I'm late answering this, as I didn't get a notification. I wouldn't think you would need to do a null check on players, considering there shouldn't be any "null players".

ghost commented 1 year ago

Merged from another issue:

As i am new and dont know much about coding are you able to make an application that can help creators make plugins?