본문 바로가기

마인크래프트 플러그인/1.3( 1.3.2, 1.3.5 )

[유용]LinksOnSigns 1.5v 표지판링크플러그인

플러그인다운

자바6버젼다운  http://dev.bukkit.org/media/files/613/132/LinksOnSigns.jar

자바7버젼다운  http://dev.bukkit.org/media/files/613/131/LinksOnSigns.jar

표지판을치면 채팅창에 링크가뜨는플러그인입니다

Sign creation: (HOW TO)

create new sign with: 첫번째줄에"newurl"라고적습니다

명령어를입력합니다: /linksign [표지판에적을단축말] [url] (예: /linksign google www.google.de)

"newurl"이적힌 표지판을 클릭합니다

The Sign will auto-fill.

If you then Right-Click on the Sign you will be sent this link in the Chat and you can click on it.

A little Tutorial randycougar made:

Permission Nodes:

  • linksonsigns.create : 만드는권한
  • linksonsigns.use : 사용하는권한
  • The links and Enums are saved in the links.yml in the plugin-datafolder:

Example:

links:
  google: www.google.com
  forum: www.someawsomeforum.com

The first is the keyword for the sign. The second is the url to send.

Commands:

/linksign [enum] <URL> : The Url does not have to be written, if the enum is already in the links.yml.

Configuration

  • stdLINE0: Is the given Identifier in the first line (default: '&9[URL]')
  • stdLINE3: Is the standard text in the last line (default: '&cclick me')
  • preReplaceIdentifier: Is the Identifier you have to write on the Sign the first time you create it (default: newurl)
  • alsoTriggerOnPunch: The sign will also trigger, when the player punchs it. (If the player has an Apple in his hand, it will not be triggered) (default: true)
  • displayTriggerMessage : the Message below the Link the Player gets (default:'&5Please click the link above.')

디펜던시

Permissions: (needed one of the ones below:)

  • Vault
  • PermissionsEx
  • GroupManager (from 0.11 ongoing)
  • BukkitPermissions (untested)
  • bPermissions (untested)

Others:

  • There is an integrated Spam-Controll, so that a player can not click more than 1 Sign in 3 seconds.
  • Obvius there is a problem with the client detection of some domains. the ".info" domain for example can not be detected by the client. A possible workaround would be url-shortening (e.x. goo.gl)
  • This plugin requires Java 7

UPCOMING in next Version

  • [FIX] bPermissions not working correctly with the plugin
  • [ADD] maybe automatic URL shortener.

THANKS

  • @Corruptedjak : for inspiring me for the idea of the Plugin