• 欢迎来到Minecraft插件百科!
  • 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
  • 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289

“ImageOnMap”的版本间的差异

来自Minecraft插件百科
跳转至: 导航搜索
 
(未显示同一用户的4个中间版本)
第7行: 第7行:
 
|網址=[https://dev.bukkit.org/projects/imageonmap BukkitDev]
 
|網址=[https://dev.bukkit.org/projects/imageonmap BukkitDev]
 
}}
 
}}
{{待翻译}}
 
 
{{待完善}}
 
{{待完善}}
  
第14行: 第13行:
 
==特点==
 
==特点==
  
ImageOnMap允许你在MC地图中加载网络图片
+
* ImageOnMap允许你在MC地图中加载网络图片
  
Load an image from a URL onto a map. PNG, JPEG and GIF are supported.
+
* 将网站上的图片载入到地图里.支持的格式 PNG JPEG GIF  
  
These images will be saved on your server and reloaded at restart.
+
* 这些图片将会保存在你的服务器里并在重载时重新加载 (意思是加载图片后需要重载插件)
  
Big pictures will be cut automatically into several parts! For example a 1024x1024 picture will be cut in 16 maps.
+
* 大图片会被分成好几份! 例如一个 1024x1024 大的图片将会被分成16个地图.
  
Your image will be centered.
+
* 你的图片将会居中.
  
You can put your map in an item frame.
+
* 你可以将地图放在物品展示框里.
  
==Quick guide==
+
==快速指南==
  
Ensure that you have enough free slots in your inventory! ImageOnMap will cut your picture in severals parts (depending on the image size) and place them in your inventory.
+
* 请确保你的背包有足够的空位! ImageOnMap 将会把你的图片分成几个部分 (取决于图片的大小) 然后放到你的背包里.
  
Type /tomap URL, where URL is a link to the picture you want to render (see the section below).
+
* Type /tomap URL, URL是你想要呈现的图片的链接地址 (见下文).
  
Enjoy your picture! You can place it in an item frame to make a nice poster if you want.
+
* 欣赏你的图片! 如果你想的话你可以将它放在物品展示框里制作一个漂亮的海报.
  
German speakers, you can watch this video (thanks to StarlessMiner) English speakers? Watch this one ! (thanks to bebosny) Another tutorial in english (thanks to ltjim007)
 
  
==Commands and Permissions==
+
==命令和权限==
  
 
===/tomap===
 
===/tomap===
第44行: 第42行:
 
[url]:
 
[url]:
  
the link must be complete, do not forget that the chat limit is 240 characters.
+
* 链接必需完整, 不要忘记聊天字符限制是240个哦.
  
you can use an URL shortener like tinyURL.
+
* 你可以使用像 tinyURL 类似的短网址生成器.
  
If you want a picture in one map, type resize after the link.
+
* 如果你想在一张地图里显示图片, 在链接后面输入 resize .
  
Permission: imageonmap.userender
+
* 权限节点: imageonmap.userender
  
Example:
+
实例:
  
 
/tomap http://www.kde.org/stuff/clipart/klogo-official-lineart_detailed-128x128.png
 
/tomap http://www.kde.org/stuff/clipart/klogo-official-lineart_detailed-128x128.png
第58行: 第56行:
 
===/maptool===
 
===/maptool===
  
/maptool   
+
* /maptool   
  
/maptool delete [id]: delete a map ((where [id] is the id of a map).
+
* /maptool delete [id]: 删除一个地图 (id为 [id] 的地图).
  
/maptool list: show all the maps you have
+
* /maptool list: 展示你拥有的所有地图
  
/maptool get [id]: get a map by id
+
* /maptool get [id]: 获取一个地图的id
  
==Configuration==
+
==配置==
  
Limit-map-by-server => Limits the number of maps with a picture for all the server. Set to 0 for unlimited maps.
+
* Limit-map-by-server => 设置服务器的ImageOnMap总量. 0为无限制.(直译不太好于是用插件名来代替咯)
  
Limit-map-by-player => Limits the number of maps with a picture that a player can have. Set to 0 for unlimited maps.
+
* Limit-map-by-player => 设置玩家拥有的ImageOnMap总量. 0为无限制.
  
==Data collection==
+
==数据采集==
  
ImageOnMap uses metrics to collect basic informations about the use of the plugin*. It can be disabled by setting "collect-data:" to false in config.yml (default is true) * See http://mcstats.org/plugin/ImageOnMap for a complete list of what is collected
+
* ImageOnMap 使用 metrics 收集有关插件使用的基本信息.
 +
* 你可以在config.yml中将 "collect-data:"设置为 false 禁用(默认为true)
 +
* 了解收集到的全部内容 http://mcstats.org/plugin/ImageOnMap  
  
==Planned features==
+
==计划功能==
  
DONE: Choose if image will be resized or not;
+
* 完成: 选择是否调整图像大小;
  
DONE: Add options to limit the number of images per player / per server
+
* 完成: 添加选项限制每个玩家 / 服务器 所拥有的图像数量
  
DONE: Permission support
+
* 完成: 权限支持
  
==Known bugs==
+
==已知BUG==
  
Sometimes redirection URLs will cause the image not to be rendered;
+
* 有时重定向URL会无法加载图像;
  
Maybe a lot more!
+
* 也许还有!
  
Feedbacks are really appreciated. :) GitHub repo: [https://github.com/Coutume/ImageOnMap http://jenkins.carrade.eu/job/ImageOnMap/]
+
非常感谢您的反馈. :) GitHub repo: [https://github.com/Coutume/ImageOnMap http://jenkins.carrade.eu/job/ImageOnMap/]
  
Jenkins Development builds : [http://jenkins.carrade.eu/job/ImageOnMap/ http://jenkins.carrade.eu/job/ImageOnMap/]
+
Jenkins 开发构建地址 : [http://jenkins.carrade.eu/job/ImageOnMap/ http://jenkins.carrade.eu/job/ImageOnMap/]
 +
 
 +
汉化完发现插件大更新了 凸(艹皿艹 ) 现插件Bukkit地址[https://dev.bukkit.org/projects/imageonmap]

2021年5月4日 (二) 23:47的最新版本

ImageOnMap
ImageOnMap.png
外文名ImageOnMap
作者Prokopy
插件类型Spigot / CraftBukkit
最新版本3.0
兼容服务端1.6.4-1.8.3
源地址http://dev.bukkit.org/bukkit-plugins/ImageOnMap
Icon-info.png
本条目已有一定量的内容,但仍需完善

欢迎参与本条目的完善工作

你可以从以下几个方面入手

  • 参阅格式化手册,并对该页面进行相应格式排版工作;
  • 日常检查是否内容有更新版本并更新该页面;
  • 修复该页面中已出现/潜在的问题

你是否想要在游戏里的地图上浏览图片?ImageOnMap可以让你这样做!(由ImgMap制作)

特点

* ImageOnMap允许你在MC地图中加载网络图片
* 将网站上的图片载入到地图里.支持的格式 PNG JPEG  GIF 
* 这些图片将会保存在你的服务器里并在重载时重新加载 (意思是加载图片后需要重载插件)
* 大图片会被分成好几份! 例如一个 1024x1024 大的图片将会被分成16个地图.
* 你的图片将会居中.
* 你可以将地图放在物品展示框里.

快速指南

* 请确保你的背包有足够的空位! ImageOnMap 将会把你的图片分成几个部分 (取决于图片的大小) 然后放到你的背包里.
* Type /tomap URL, URL是你想要呈现的图片的链接地址 (见下文).
* 欣赏你的图片! 如果你想的话你可以将它放在物品展示框里制作一个漂亮的海报.


命令和权限

/tomap

/tomap [url]

[url]:

* 链接必需完整, 不要忘记聊天字符限制是240个哦.
* 你可以使用像 tinyURL 类似的短网址生成器.
* 如果你想在一张地图里显示图片, 在链接后面输入 resize .
* 权限节点: imageonmap.userender

实例:

/tomap http://www.kde.org/stuff/clipart/klogo-official-lineart_detailed-128x128.png

/maptool

* /maptool  
* /maptool delete [id]: 删除一个地图 (id为 [id] 的地图).
* /maptool list: 展示你拥有的所有地图
* /maptool get [id]: 获取一个地图的id

配置

* Limit-map-by-server => 设置服务器的ImageOnMap总量. 0为无限制.(直译不太好于是用插件名来代替咯)
* Limit-map-by-player => 设置玩家拥有的ImageOnMap总量. 0为无限制.

数据采集

* ImageOnMap 使用 metrics 收集有关插件使用的基本信息.
* 你可以在config.yml中将 "collect-data:"设置为 false 禁用(默认为true) 
* 了解收集到的全部内容 http://mcstats.org/plugin/ImageOnMap 

计划功能

* 完成: 选择是否调整图像大小;
* 完成: 添加选项限制每个玩家 / 服务器 所拥有的图像数量
* 完成: 权限支持

已知BUG

* 有时重定向URL会无法加载图像;
* 也许还有!

非常感谢您的反馈. :) GitHub repo: http://jenkins.carrade.eu/job/ImageOnMap/

Jenkins 开发构建地址 : http://jenkins.carrade.eu/job/ImageOnMap/

汉化完发现插件大更新了 凸(艹皿艹 ) 现插件Bukkit地址[1]